PDA

View Full Version : Subtracting Exponents with Same Base but Different Exponent


baba
Nov19-05, 09:58 PM
How do you do this problem (without a calculator) that looks deceivingly simple, yet is utterly confusing. (2 ^ 30 - 2 ^ 29)/2 = ?. The answer is
2 ^ 28, but how was this done without using a calculator. The furthest I can take this without using a calculator is 2 ^ 29 - 2 ^ 28

DeadWolfe
Nov19-05, 10:05 PM
2 ^ 29 - 2 ^ 28 = 2^28(2-1) = 2^28(1) = 2^28

HallsofIvy
Nov20-05, 09:23 PM
230- 229= 2(229)- 229=
(2-1)229= 229 so (230-229)/2= 229/2= 228.

theumann
Jul30-06, 03:22 PM
I am trying to work this actual problem that is in my GRE practice book. Looking at the way it is worked i still need help. Please let me know if you could help in any way.

Gokul43201
Jul30-06, 04:03 PM
Complete solutions have been posted above. What specific help are you looking for? If you explain which concept you're having difficulty with, someone might be able to help you better.

Edit : If your problem is entirely unrelated to the prior content of this thread, state the COMPLETE question in a new thread.

theumann
Jul30-06, 04:17 PM
Well i understand how the orginal problem 2^30-2^29/2 becomes 2^29 -2^28 because you subract 2^1 from each exponent. Why isn't the 2 at the bottom cancelled out? And where is the (2-1) coming from? The rule in the GRE manual for example 5^7/5^4 becomes 5^3 thus cancelling the denominator of 5. Please help me clear up any confusions.

Office_Shredder
Jul30-06, 06:39 PM
Let's try being more explicit then:
(230-229)/2

Step one: cancel the two in the denominator. TO do this, you divide each term by 2, meaning (for this specific scenario), you subtract one from each exponent

229-228

Step two: Factor 228 from all the terms.

228(21-20)

Step three: Remembering some basic exponent rules, we clean up the equation a bit (specifically a number to the power of 1 or 0)

228(2-1)

Step four: Finish solving by calculating 2-1

228(1) = 228

arian0712
Apr5-11, 08:58 PM
i have the same problem with the problem above. this is the problem:

3^(n+2) / [3^(n+3) - 3^(n+1)]

the answer key says that the answer is 1/3 but when I solved for it, the answer is 3/8.. what is really the correct answer and how will it be solved?

HallsofIvy
Apr6-11, 07:17 AM
If you only have powers of 3, you cannot possibly have a factor of 8= 2^3!

The correct answer is 1/3 as you were told- write 3^{n+2} as 3(3^{n+1}) and cancel.

Mute
Apr6-11, 01:48 PM
If you only have powers of 3, you cannot possibly have a factor of 8= 2^3!

Unless you happen to have 8 = 3^2-3^0.

The correct answer is 1/3 as you were told- write 3^{n+2} as 3(3^{n+1}) and cancel.

I get 3/8:

\frac{3^{n+2}}{3^{n+3}-3^{n+1}} = \frac{3 3^{n+1}}{3^2 3^{n+1}-3^{n+1}} = \frac{3}{3^2-3^0} = \frac{3}{9-1} = \frac{3}{8}

Perhaps HallsofIvy and the person who wrote the book's answer key missed the "-3^(n+1)" in the denominator?