Can this sum be solved with this method?

This topic has expert replies
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 358
Joined: Thu Apr 18, 2013 9:46 am
Location: Jeddah, Saudi Arabia
Thanked: 42 times
Followed by:7 members
GMAT Score:730

by faraz_jeddah » Tue Jul 16, 2013 5:27 am
[email protected] wrote:(-2)^2m=2^9-m then m =?
Can we solve it this way if not then why?
-2^2m= 4^m And
2^9-m is equal to 4^7-m, now 4^m=4^7-m therefore m= 7-m, which is equal to 2m=7 therefore m 7/2
The text in red is your mistake.

take m = 6

2^(9-m) = 2^(9-6) = 2^3 = 8
4^(7-m) = 4^(7-6) = 4^1 = 4

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 Jul 16, 2013 6:06 am
[email protected] wrote: If m is an integer, and (-2)^(2m) = 2^(9-m) then m = ?
NOTE: I added some brackets in order to make the exponents clear. Also, in the original version of this question, we are told that m is an integer. So, I added that as well. Okay, now onto the solution.

First, it's important to recognize that, if m is an integer, then (-2)^(2m) = 2^(2m)
One way to prove this is to first rewrite -2 as (-1)(2)
So, we get: (-2)^(2m) = [(-1)(2)]^(2m)
= [(-1)^(2m)][(2)^(2m)] by applying the Power of a Product rule
IMPORTANT: If m is an integer, then 2m is an even power, which means (-1)^(2m) = 1
So, we get: = 1[(2)^(2m)]
= (2)^(2m)

So, now that we know that (-2)^(2m) = 2^(2m), we can take the original equation, (-2)^(2m) = 2^(9-m), and rewrite it as:
2^(2m) = 2^(9-m)
Since the bases are the same, we know that 2m = 9 - m
Solve to get m = 3

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

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 » Tue Jul 16, 2013 9:56 am
We'd do it like this:

(-2)^(2m) = 2^(9-m)

((-2)^2)^m = 2^(9-m)

4^m = 2^(9-m)

(2^2)^m = 2^(9-m)

2^(2m) = 2^(9-m)

2m = 9 - m

3m = 9

m = 3