Gmat Prep questions - no category, odd even, equation

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 22
Joined: Sun May 22, 2011 4:53 am
Thanked: 1 times
Followed by:1 members
Hi,

the following questions are my mistakes from the GMAT Prep test.

Q1:
Image


Q2: If r and t are positive integers, is rt even?

1. r+t is odd
2. r^t is odd

aren't those two hints contradicting each other???

Q3: What is the value of a^4 - b^4?

1. a^2 - b^2 = 16
2. a + b = 8

Thank you in advance!
Source: — Data Sufficiency |

Senior | Next Rank: 100 Posts
Posts: 84
Joined: Thu Jan 18, 2007 10:28 pm
Thanked: 2 times

by mandeepak » Thu Jun 16, 2011 5:12 pm
Q1 - IMO - B

Q2 - IMO - A

Q3 - IMO - E

User avatar
Legendary Member
Posts: 516
Joined: Fri Jul 31, 2009 3:22 pm
Thanked: 112 times
Followed by:13 members

by smackmartine » Thu Jun 16, 2011 5:48 pm
1) IMO B

1: q=3 , we do not know what we have to do with the table, so Insufficient.
2: tells about how to calculate other variables other than q

r = q+q = 2q
s=q+r=3q (as r = 2q)
t=q+s=4q........after this we kinda know that all the variables can be calculated in terms of q , so we can stop and mark B as answer as it does n't matter if z=20q because answer Yes/No is still sufficient. Just for clarity I am calculating...
u=q+r=3q
v=s+u=3q+3q=6q
w =t+v =10q
y=v+x=10q
z=w+y = 20q , Sufficient

2)IMO A

whether rt = even?-->rephrase the question Is one of them(r and s) even ?
1: r+t = odd means one of them must even and other must be odd , sufficient

2: r^t is odd 3^3 can be odd and 3^2 can be odd, so we do no know if one of them is , for sure, even. Insufficient.

3) IMO C

What is the value of a^4 - b^4? --> rephrase the question--> (a^4 - b^4)=(a^2 + b^2)(a^2 - b^2)= (a^2 + b^2)(a - b)(a + b)


1: a^2 - b^2 = 16, we do not know whats the value of (a^2 + b^2) , so Insufficient.
2: a + b = 8 , we do not know whats the value of (a^2 + b^2)(a-b) , so Insufficient.

Combining 1 and 2, we get

a^2 - b^2 = 16 => (a - b)(a + b) = 16

From st 2 substitute the value of (a + b) in the above equation : (a - b) * 8 = 16 => (a - b) = 2

now we have two equation[(a - b) = 2 & a + b = 8 ] and two variable , so we can solve for a and b (5 & 3 respectively ) and consecutively (a^4 - b^4) , So sufficient.

Junior | Next Rank: 30 Posts
Posts: 22
Joined: Sun May 22, 2011 4:53 am
Thanked: 1 times
Followed by:1 members

by EddieU » Thu Jun 16, 2011 7:05 pm
Wow, Q:3 seemed to be a tough one...thanks so much

User avatar
Master | Next Rank: 500 Posts
Posts: 461
Joined: Tue May 10, 2011 9:09 am
Location: pune
Thanked: 36 times
Followed by:3 members

by amit2k9 » Thu Jun 16, 2011 8:28 pm
3 a^4 - b^4 = (a^2-b^2)(a^2+b^2)

1 a^2-b^2 = 16 tells nothing about (a^2+b^2) not sufficient.

2 a+b = 8 not sufficient.

1+2 a+b = 8 means a^2-b^2 = 16 giving a-b = 2
solving a+b = 8 and a-b = 2 we have a=5 and b = 3

thus C
For Understanding Sustainability,Green Businesses and Social Entrepreneurship visit -https://aamthoughts.blocked/
(Featured Best Green Site Worldwide-https://bloggers.com/green/popular/page2)

Newbie | Next Rank: 10 Posts
Posts: 1
Joined: Wed Jun 29, 2011 9:26 am

by mygmatscore » Tue Jul 05, 2011 1:52 pm
For question 2 the answer might be C
from statement 2, r^t is odd implies r is odd(since even^ anything is even and vice-versa)
In statemebt 1, r +t is odd implies t is even (odd + odd is even and odd + even = odd)
From 1 and 2, we know rt is even.