Value of n

This topic has expert replies
User avatar
Senior | Next Rank: 100 Posts
Posts: 95
Joined: Sat Dec 28, 2013 8:53 am
Location: United States
Thanked: 2 times
Followed by:5 members

Value of n

by tanvis1120 » Sun Jan 12, 2014 8:13 pm
If a and b are positive integers, and a× 10^5 = b × 10^n what is the value of n ?

(1) a = 100b

(2) a+b= 5050.

Although the answer is A, I posted it for the reason below:
According to what I solved, St2: We can solve for n. It just gives two different values, 7 and 3. That is why st2 is insufficient. In KAP, it says that using st2, n cannot be solved ( it is not possible to solve for n). I think that it is not true. Please correct me, if I am wrong.

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Sun Jan 12, 2014 9:35 pm
a x 10^5 = b x 10^n

To find:
"n"

Statement 1:
a = 100b
a x 10^5 = b x 10^n
100b x 10^5 = b x 10^n
we can solve and get "n"
SUFFICIENT

Statement 2:
a + b = 5050
(5050 - b) x 10^5 = b x 10^n
5050x10^5 = b (10^n + 10^5)
b = 5050 x 10^5 / (10^n + 10^5)
we can have different values of "n"
INSUFFICIENT

Answer [spoiler]{A}[/spoiler]
R A H U L

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Sun Jan 12, 2014 9:40 pm
tanvis1120 wrote: Although the answer is A, I posted it for the reason below:
According to what I solved, St2: We can solve for n. It just gives two different values, 7 and 3. That is why st2 is insufficient. In KAP, it says that using st2, n cannot be solved ( it is not possible to solve for n). I think that it is not true. Please correct me, if I am wrong.
Statement 2:
According to me, "n" can have many multiple values...
a + b = 5050
(5050 - b) x 10^5 = b x 10^n
5050x10^5 = b (10^n + 10^5)
b = 5050 x 10^5 / (10^n + 10^5)
If n=1, b = 5050 x 10^5 ( 100010) = approx 5050
If n=2, b = 5050 x 10^5 ( 100100) = approx 5050 but different than n=1
correspondingly value of "a" will change.
and so on
INSUFFICIENT
R A H U L

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Mon Jan 13, 2014 4:57 am
tanvis1120 wrote:If a and b are positive integers, and a× 10^5 = b × 10^n what is the value of n ?

(1) a = 100b

(2) a+b= 5050.
Statement 1: a = 100b
Substituting a = 100b into a × 10� = b × 10^n, we get:
100b * 10� = b * 10^n
100 * 10� = 10^n
10� = 10^n
n=7.
SUFFICIENT.

Statement 2: a+b = 5050
Case 1: a=5000 and b=50
Plugging these values into a × 10� = b × 10^n, we get:
5000 × 10� = 50 × 10^n
100 * 10� = 10^n
10� = 10^n
n=7.

Case 2: a=50 and b=5000
Plugging these values into a × 10� = b × 10^n, we get:
50 × 10� = 5000 × 10^n
10� = 100 * 10^n
10³ = 10^n
n=3.

Since n can take on different values, INSUFFICIENT.

The correct answer is A.

Note the following:
It is not required that the value of n be an integer.
In statement 2, the following case also is possible:

Case 3: a=5049 and b=1
Plugging these values into a × 10� = b × 10^n, we get:
5049 × 10� = 1 × 10^n
504,900,000 = 10^n.
Here, the value of n would be a non-integer.

Implication:
In statement 2, n could take on MANY different values.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Senior | Next Rank: 100 Posts
Posts: 95
Joined: Sat Dec 28, 2013 8:53 am
Location: United States
Thanked: 2 times
Followed by:5 members

by tanvis1120 » Mon Jan 13, 2014 3:49 pm
Thanks All.
So, I was correct. It is possible to solve for n but n will have multiple values. So, the answer in one of the Kap lan tests was not correctly framed as it said that using statement 2, value of n cannot be solved.

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Wed Jan 15, 2014 11:57 am
You and Kaplan are both right! It is possible to solve for n in the sense that you can find some valid values, but it is not possible (given that statement) to find a UNIQUE value of n, which is what you need to "solve" a question in Data Sufficiency.
tanvis1120 wrote:Thanks All.
So, I was correct. It is possible to solve for n but n will have multiple values. So, the answer in one of the Kap lan tests was not correctly framed as it said that using statement 2, value of n cannot be solved.