gmat prep variables

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 151
Joined: Tue May 13, 2008 7:04 pm
Location: dallas,tx usa
Thanked: 6 times

plug in

by ektamatta » Sat Jun 07, 2008 9:07 pm
hey ! try to plug in let k = 4, t=3

we took these number becoz it 4^2 - 3^2= 7 which is an odd integer.

a) k + t + 2 plug in 4+3+2=9 which is odd

b) k^2 +2kt +t^2 plug in 16+2*4*3+9=49 which is odd

c) k^2 + t^2 plug in 16+9=25 which is odd

hence answer is none

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 2623
Joined: Mon Jun 02, 2008 3:17 am
Location: Montreal
Thanked: 1090 times
Followed by:355 members
GMAT Score:780

by Ian Stewart » Sun Jun 08, 2008 5:33 am
k^2 - t^2 is odd. what must be odd:

I) k+t+2
II) k^2 + 2kt + t^2
III) k^2 + t^2

There are a few ways to look at this. First, when dealing with integers, notice that addition and subtraction follow the same rules where evens and odds are concerned. That is,

if a+b is even, then a-b is even
if a+b is odd, then a-b is odd

So if k^2 - t^2 is odd, so is k^2+t^2. So III) is definitely odd. From here you can see that II) must also be odd, but I think it's more illuminating if you factor: k^2 - t^2 is a difference of squares, so

k^2 - t^2 = (k+t)(k-t)

We know (k+t)(k-t) is odd, and the only way you can have an odd product of integers is if those integers are odd. Thus k+t and k-t are odd. From there, I) must be odd, and II) must be as well, since it's the same as (k+t)^2. This question is partly testing whether you recognize two of the most common 'factoring patterns': a^2 - b^2 and a^2 + 2ab + b^2.

User avatar
Junior | Next Rank: 30 Posts
Posts: 27
Joined: Mon May 26, 2008 9:34 pm
Thanked: 3 times

by VerbalAttack » Tue Jun 10, 2008 7:34 am
Another alternative is to simply even further;

k^2 - t^2 is odd. That means either k^2 or t^2 is odd and the other is even;
If k^2 is odd & t^2 is even ==> k is odd & t is even
If k^2 is even & t^2 is odd ==> k is even & t is odd

We assume k is odd & t is even;

I) k + t + 2 ==> o + e + e ==> o
II) k^2 + 2kt + t^2 ==> o + e + e ==> o
III) k^2 + t^2 ==> o + e ==> o

Answer is NONE.

Cheers