Which of the following is equal to

This topic has expert replies
Source: — Problem Solving |

User avatar
MBA Student
Posts: 1194
Joined: Sat Aug 16, 2008 9:42 pm
Location: Paris, France
Thanked: 71 times
Followed by:17 members
GMAT Score:710

by gmat740 » Fri Mar 20, 2009 12:41 am
Very Simple solution:

(2^k)(5^(k-1))
This can be written as

(2^k)(5^k.5^-1)

As we can always write: M^a+b = (^a).(^b)
where (.) represents Multiplication
So (2^k)(5^k)/5
10^k/5
Now multiply numerator and dinominator both by 2
2[10^k/10]

2[10^k-1]

Answer A

Senior | Next Rank: 100 Posts
Posts: 80
Joined: Thu Jan 31, 2008 9:15 pm
Thanked: 2 times

by linfongyu » Fri Mar 20, 2009 1:08 am
Thanks for the solve. I got to as far as here, then I was stuck: 10^k/5

I'm not very good at manipulating algebraic/exponential expressions... I need to work on this.

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800
linfongyu wrote:Which of the following is equal to (2^k)(5^(k-1))?

A. 2(10^(k-1))
B. 5(10^(k-1))
C. 10^k
D. 2(10^k)
E. 10^(2k-1)

Please show your steps.

OA in a few...
Slightly different approach:

2^k = (2^1) * (2^(k-1))

so:

(2^k)(5^(k-1))

= 2 * 2^(k-1) * 5^(k-1)

and since x^a * y^a = (x*y)^a,

= 2 * (2*5)^(k-1)

= 2 * 10^(k-1)
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

User avatar
MBA Student
Posts: 1194
Joined: Sat Aug 16, 2008 9:42 pm
Location: Paris, France
Thanked: 71 times
Followed by:17 members
GMAT Score:710

by gmat740 » Fri Mar 20, 2009 2:30 am
Glad to help you
I think by practice you can improve your skills.