What would be your approach to solve this problem

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 50
Joined: Thu May 20, 2010 1:11 pm
Thanked: 2 times
GMAT Score:590
How many integers "k" greater than 100 and less than 1000 are there such that if the hundreds and the units digits of "k" are reversed, the resulting integer is k+99?

A) 50
B) 60
C) 70
D) 80
E) 90

D

Master | Next Rank: 500 Posts
Posts: 174
Joined: Fri Apr 02, 2010 3:41 pm
Thanked: 6 times
Followed by:1 members

by sanabk » Tue Jul 12, 2011 1:35 pm
K=100a+10b+c
Modified K=100c+10b+10a

Condition is K+99=Modified K
=> (100a+10b+c)+99=(100c+10b+10a)
=> 99(a-c+1)=0 ---equation(1)

Solving equation(1)=> c=a+1

Therefore starting with
102, 122,....192 (10 numbers)
203, 213,....293 (10 numbers)
.
.
.
809, 819,...898 (10 numbers)

So Total of 8x10=80 numbers.
D

This explanation sounds tedious and would appreciate if someones comes up with a more apt way to solve this question.

Best!!!

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 » Tue Jul 12, 2011 1:47 pm
viv_gmat wrote:How many integers "k" greater than 100 and less than 1000 are there such that if the hundreds and the units digits of "k" are reversed, the resulting integer is k+99?

A) 50
B) 60
C) 70
D) 80
E) 90

D
Since the tens digit is part of both k and k+99, it doesn't affect the increase.
The increase is coming solely from the swapping of the hundreds digit and the units digit.

Let H = hundreds digit and U = units digit.

Omitting the tens digit, k = 100H + U.
When the digits are swapped, new k = 100U + H.

Since the difference between the new k and the original k must be 99, we get:
(100U + H) - (100H + U) = 99.
99U - 99H = 99.
99(U - H) = 99.
U - H = 1.
U = H+1.

Thus, the following combinations will work:
H=1, U=2.
H=2, U=3.
H=3, U=4.
H=4, U=5.
H=5, U=6.
H=6, U=7.
H=7, U=8.
H=8, U=9.
8 combinations.

Since for each of these 8 combinations, the tens digit could be 0 through 9 -- a total of 10 options for each combination -- we multiply by 10:
8*10 = 80.

The correct answer is D.
Last edited by GMATGuruNY on Tue Jul 12, 2011 2:01 pm, edited 1 time in total.
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

Senior | Next Rank: 100 Posts
Posts: 50
Joined: Thu May 20, 2010 1:11 pm
Thanked: 2 times
GMAT Score:590

by viv_gmat » Tue Jul 12, 2011 1:50 pm
Fantastic guys ...nice explanations...But I really like GMATGuruNY's approach..
Awesome..Thanks

Master | Next Rank: 500 Posts
Posts: 111
Joined: Tue Dec 30, 2008 1:25 pm
Location: USA
Thanked: 28 times
GMAT Score:770

by goalevan » Tue Jul 12, 2011 6:02 pm
Same process but can't explain that better than Guru already did :)