Function g(k) = C^k+ 2

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 28
Joined: Sun Aug 08, 2010 10:47 am

Function g(k) = C^k+ 2

by pradeepspanchal » Thu Dec 09, 2010 2:12 am
For positive integers k , the function g is defined by g(k) = C^k+ 2, where C is a constant.What is the value of g(2)?
(1) g(4) = 18
(2) g(5) = -30


I am not clear whether we will have a negative & a positive value or only a positive value as the constant raised to the power of 4 in option (1) . Which is making my response incorrect.

Please help .
Source: — Data Sufficiency |

Legendary Member
Posts: 1337
Joined: Sat Dec 27, 2008 6:29 pm
Thanked: 127 times
Followed by:10 members

by Night reader » Thu Dec 09, 2010 2:24 am
pradeepspanchal wrote:For positive integers k , the function g is defined by g(k) = C^k+ 2, where C is a constant.What is the value of g(2)?
(1) g(4) = 18
(2) g(5) = -30


I am not clear whether we will have a negative & a positive value or only a positive value as the constant raised to the power of 4 in option (1) . Which is making my response incorrect.

Please help .
IMO B

solving for C
st(1) C^4=16 => C {-2;2} Not sufficient
st(2) C^5=-32 => C=-2 Sufficient

g(2)=(-2)^2 +2= 6

User avatar
Community Manager
Posts: 991
Joined: Thu Sep 23, 2010 6:19 am
Location: Bangalore, India
Thanked: 146 times
Followed by:24 members

by shovan85 » Thu Dec 09, 2010 2:27 am
g(k) = C^k+ 2, where C is a constant

(1) g(4) = 18

Thus, g(4) = C^4 + 2 => C = +2 or -2

Take C = +2 then g(2) = (+2)^2 + 2 = 6
Take C = -2 then g(2) = (-2)^2 + 2 = 6

Sufficient.

(2) g(5) = -30

Thus, g(5) = C^5 + 2 => C = -2

Take C = -2 then g(2) = (-2)^2 + 2 = 6

Sufficient.

IMO D
Last edited by shovan85 on Thu Dec 09, 2010 2:32 am, edited 1 time in total.
If the problem is Easy Respect it, if the problem is tough Attack it

User avatar
GMAT Instructor
Posts: 905
Joined: Sun Sep 12, 2010 1:38 am
Thanked: 378 times
Followed by:123 members
GMAT Score:760

by Geva@EconomistGMAT » Thu Dec 09, 2010 2:28 am
pradeepspanchal wrote:For positive integers k , the function g is defined by g(k) = C^k+ 2, where C is a constant.What is the value of g(2)?
(1) g(4) = 18
(2) g(5) = -30


I am not clear whether we will have a negative & a positive value or only a positive value as the constant raised to the power of 4 in option (1) . Which is making my response incorrect.

Please help .
g(4) is equal to C^4+2. If this is equal to 18, we get
C^4=16

when we have an equation with an even power, both positive and negative values should be considered, as both 2 and -2 are valid values for C here: (2)^4 is equal to (-2)^4 and they're both equal to 16.

However, since the question stem also uses g(2) - an even power, it doesn't really matter here:
g(2) = c^2 + 2.
Plug in C=2 or -2 into C^2+2, and you'll get the same result of 6, for the same reasoning as above. Stat (1) is sufficient, because it limits the value of g(2) to a single number, regardless of whether C=2 or -2.

Stat. (2)
C^5+2 = -30
C^5 = -32
C mus equal -2, which leads to a single value for g(2).
Geva
Senior Instructor
Master GMAT
1-888-780-GMAT
https://www.mastergmat.com

Legendary Member
Posts: 1337
Joined: Sat Dec 27, 2008 6:29 pm
Thanked: 127 times
Followed by:10 members

by Night reader » Thu Dec 09, 2010 2:33 am
ah yes g(2) cancels -ve, so it's D

Junior | Next Rank: 30 Posts
Posts: 28
Joined: Sun Aug 08, 2010 10:47 am

by pradeepspanchal » Thu Dec 09, 2010 4:52 am
Thanks everyone ..