arithmetic operations - exponents help!

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 44
Joined: Wed Dec 24, 2008 4:52 pm
Location: LA, CA
Thanked: 1 times

arithmetic operations - exponents help!

by siownschu » Sun Feb 08, 2009 9:51 pm
This is out of the OG11 DS#129

If n is a positive integer, is the value of b-a at least twice the value of (3^n) - (2^n)??

1) a = 2^n+1 and b = 3^n+1
2) n=3

i didn't understand the explanation in the OG book, someone please elaborate on the answer?? why is A correct?

thanks in advance

Senior | Next Rank: 100 Posts
Posts: 45
Joined: Sun Nov 30, 2008 8:41 pm
Thanked: 4 times

by mrsmarthi » Sun Feb 08, 2009 10:30 pm
The question being asked is - "Is b-a >= 3^n - 2^n.

From stmt 1, it is given a = 2^(n+1) and b = 3^(n+1)

==> b - a will be 3^(n+1) - 2^(n+1)
which can be written as 3.3^n - 2.2^n (x^(n+1) = x*x^n)
This can further be written as (3^n + 2.3^n) - 2.2^n ==> 3^n + 2(3^n - 2^n)

b - 1 = 3^n + 2(3^n - 2^n)

From here is it clear that b-a is greater than (3^n - 2^n). Hence sufficient.

From smtt2, n = 3 but no information is given abt a and b. Hence Insufficient.

IMO A.

Senior | Next Rank: 100 Posts
Posts: 44
Joined: Wed Dec 24, 2008 4:52 pm
Location: LA, CA
Thanked: 1 times

by siownschu » Sun Feb 08, 2009 10:34 pm
i get it!! thank you!

that was a tough one!