A Number property Qs

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 141
Joined: Fri Jun 24, 2011 4:35 am
Location: Edison
Thanked: 12 times
Followed by:1 members

A Number property Qs

by ani781 » Tue Jun 25, 2013 4:03 am
If n and y are positive integers and 450y = n^3, which of the following must be an integer ?
1. y/(3*2^2*5)
2. y/(3^2*2*5)
3. y/(3*2*5^2)

(a) none (b) 1 only (c) 2 only (d) 3 only (e) 1,2 & 3

PLease help me understand this ...
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Tue Jun 25, 2013 5:34 am
If n and y are positive integers and 450y=n^3, which of the following must be an integer?
I Y/(3 * 2^2 * 5)
II Y/(3^2 * 2 * 5)
III Y/(3 * 2 * 5^2)

A None
B I only
C II only
D III only
E I, II, and III


It's useful to work with the answer choices here. So, I've added them to the question.

It almost always helps to find the prime factorization in these question types where we ask whether a certain rational expression is an integer.

450y = n^3
2*3*3*5*5*y = n^3
For 2*3*3*5*5*y to be a cube, we need the number of 2's, 3's and 5's in the prime factorization to each be divisible by 3.
So, for example, 2*2*2*2*2*2*3*3*3*5*5*5 = (2*2*3*5)^3

For 2*3*3*5*5*y to be a cube, it must be the case that the prime factorization of y includes at least two additional 2's, one additional 3 and one additional 5.
So, y = 2*2*3*5*(other possible numbers)

Now check the option.

I. Must y/(3 * 2^2 * 5) be an integer?
Plug in y to get: 2*2*3*5*(other possible numbers)/(3 * 2^2 * 5)
= some integer
Since this must be an integer, we can eliminate A, C and D, which leaves us with B or E.

II. Must y/(3^2 * 2 * 5) be an integer?
Plug in y to get: 2*2*3*5*(other possible numbers)/(3^2 * 2 * 5)
= 2*(other possible numbers)/3
Not necessarily an integer
Since this need not be an integer, we can eliminate E, which leaves us with B.

NOTE: At this point we have the correct answer. But let's check III for "fun"

III. Must y/(3 * 2 * 5^2) be an integer?
Plug in y to get: 2*2*3*5*(other possible numbers)/(3 * 2 * 5^2)
= 2*(other possible numbers)/5
Not necessarily an integer

Answer: B

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

User avatar
Master | Next Rank: 500 Posts
Posts: 141
Joined: Fri Jun 24, 2011 4:35 am
Location: Edison
Thanked: 12 times
Followed by:1 members

by ani781 » Tue Jun 25, 2013 4:06 pm
Thanks a lot Brent, for the detiled explanation... crystal clear.

User avatar
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Tue Jun 25, 2013 7:10 am

by ajax001 » Wed Jun 26, 2013 6:48 am
Brent,

Couldnt Y also be 3^4*5^4*2^5, so that n^3 is (3^2*5^2*2^2)^3?

In this case, all I,II,III can be integers right?

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Wed Jun 26, 2013 6:55 am
ajax001 wrote:Brent,

Couldnt Y also be 3^4*5^4*2^5, so that n^3 is (3^2*5^2*2^2)^3?

In this case, all I,II,III can be integers right?
You're right in that y could equal 3^4 * 5^4 * 2^5, in which case expressions I,II,III would be integers.

However, the question is asking us which of the following must be integers.

So, we need to determine what must be true about y rather than what could be true about y

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

User avatar
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Tue Jun 25, 2013 7:10 am

by ajax001 » Wed Jun 26, 2013 7:02 am
I never focused on the could and must part of any math question until now!

Thanks for pointing that out Brent.