PS

This topic has expert replies
User avatar
Junior | Next Rank: 30 Posts
Posts: 24
Joined: Sun Nov 22, 2009 11:12 pm
Thanked: 1 times

PS

by pm » Sat Jun 25, 2011 11:48 am
If y is an integer greater than 2, all of the following must be divisible by 4 EXCEPT
(A) 2y(y+1)(y-1)
(B) y(2y+2)(y-3)
(C) y(y+3)(2y - 4)
(D) 2y(y+4)(y - 2)
(E) (y + 1)(2y + 4)(y - 3)
Source: — Problem Solving |

User avatar
GMAT Instructor
Posts: 199
Joined: Tue May 17, 2011 6:06 am
Location: Cambridge, MA
Thanked: 192 times
Followed by:121 members
GMAT Score:780

by Ashley@VeritasPrep » Sat Jun 25, 2011 12:15 pm
There are basically two important things to think about here: first, the fact that y could be either even or odd; and second, the fact that multiply any two even numbers together will always yield a multiple of 4 (because those even numbers will be expressible as 2m and 2n for some integers m and n, and their product 2m*2n will then simplify to 4mn).

So:

(A) 2y(y+1)(y-1)
if y is even --> 2y will already be a multiple of 4, so we won't care about the rest.
if y is odd --> y+1 and y-1 will both be even, so when we multiply them together we'll get a multiple of 4 and not care about the rest.

(B) y(2y+2)(y-3)
if y is even --> y will be even as will 2y + 2; even times even is a multiple of 4.
if y is odd --> 2y + 2 will still be even (because 2y is even for any integer y), as will y-3, so again, we'll get a multiple of 4.

(C) y(y+3)(2y - 4)
if y is even --> y and 2y-4 will be even; their product will be a multiple of 4.
if y is odd --> y + 3 will be even and 2y-4 is even regardless of y's parity; even times even yields a multiple of 4.

(D) 2y(y+4)(y - 2)
if y is even: 2y and y+4 will be even, so we'll already have a multiple of 4.
if y is odd: TROUBLE! 2y will still be even, but y+4 and y-2 will both be odd; we'll therefore wind up with [(even)*(odd)]*(odd) = even * odd = even, but not necessarily a multiple of 4. To prove it with an example, try y = 3. Then we'll have 6(7)(1)=42, which is not divisible by 4.

We can stop there.
Ashley Newman-Owens
GMAT Instructor
Veritas Prep

Post helpful? Mosey your cursor on over to that Thank button and click, please! I will bake you an imaginary cake.

User avatar
Junior | Next Rank: 30 Posts
Posts: 24
Joined: Sun Nov 22, 2009 11:12 pm
Thanked: 1 times

by pm » Sat Jun 25, 2011 12:24 pm
Can We plug nos and solve it ?