Least possible value question

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Tue Dec 27, 2011 7:22 pm

Least possible value question

by Thucydides » Tue Dec 27, 2011 7:32 pm
Hello fellow GMATers!

I look forward to learning and contributing.

I am having trouble with this question:

If 60*n is the square of an interger, what is the least possible value that n could have?

(A) 6
(B) 9
(C) 12
(D) 15
(E) 60

I have know idea where to start with this one.
Source: — Problem Solving |

Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

by shankar.ashwin » Wed Dec 28, 2011 3:16 am
60 * n = (some perfect square)

Factorize 60 to its prime factors.

2 | 60
2 | 30
3 | 15
5 | 5

60 = 2^2 * 3 *5

Inorder to make this a perfect square (even powers of prime factors) we need one more '3' and '5' to make it ( 2^2 * 3^2 * 5^2)

So, 60 should be multiplied 15 (3*5) to make it a perfect square. D

Senior | Next Rank: 100 Posts
Posts: 39
Joined: Tue Jul 05, 2011 1:13 am

by StoneBlack » Wed Dec 28, 2011 7:53 am
60*n = 2*2*3*5*n
for n to be least and still satisfying 60*n as a square of an interger, we just need one more 3 and one more 5.
hence n must 3*5=15
second least number would be = 2*2*3*5 = 60, etc....
Answer D.

User avatar
Master | Next Rank: 500 Posts
Posts: 359
Joined: Wed Mar 11, 2009 4:37 am
Location: Kolkata, India
Thanked: 50 times
Followed by:2 members

by Abhishek009 » Wed Dec 28, 2011 9:03 am
Thucydides wrote:Hello fellow GMATers!

I look forward to learning and contributing.

I am having trouble with this question:

If 60*n is the square of an interger, what is the least possible value that n could have?

(A) 6
(B) 9
(C) 12
(D) 15
(E) 60

I have know idea where to start with this one.
60*n is the square of an integer ...

So plug in the values of n from the options given above...


1. 60*6 = 360 - Not a perfect square number...

2. 60*9 = 540 - Not a perfect square number....

3. 60*12 = 720 - Not a perfect square number...

4. 60*15 = 900 - A perfect square number of 30..


So the answer is option D , 15.
Abhishek

Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Tue Dec 27, 2011 7:22 pm

by Thucydides » Wed Dec 28, 2011 6:12 pm
Thanks guys. It makes sense now w/ the explanation.