If x= -5+(45+4k-k^2)^0.5

Problem Solving — algebra and arithmetic (GMAT Focus Edition)
This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 99
Joined: Fri Jul 13, 2012 1:35 am
Thanked: 1 times
Followed by:1 members

If x= -5+(45+4k-k^2)^0.5

by AJWILL » Sat Aug 04, 2012 12:59 pm
If x= -5+(45+4k-k^2)^0.5 where k is a positive integer. How many values of k exists if x has to be positive?

[A] 9

8

[C] 7

[D] 6

[E] 5
Source: — Quantitative Reasoning |

User avatar
Legendary Member
Posts: 520
Joined: Sat Apr 28, 2012 9:12 pm
Thanked: 339 times
Followed by:49 members
GMAT Score:770

by eagleeye » Sat Aug 04, 2012 1:18 pm
AJWILL wrote:If x= -5+(45+4k-k^2)^0.5 where k is a positive integer. How many values of k exists if x has to be positive?

[A] 9

8

[C] 7

[D] 6

[E] 5


If x is positive:
-5+(45+4k-k^2)^0.5 >0
=> (45+4k-k^2)^0.5 > 5
=> 45+4k-k^2 > 25 (squaring both sides)
=> k^2-4k-20 <0
I can't think of any simple factors
I am going to solve the equation k^2-4k-20 = 0 using completing squares
(You can use the quadratic formula as well)

k^2-4k+4 = 24
(k-2)^2 = 4*6
=> k-2 = +/- 2*sqrt(6)
=> k = 2 +/- 2*sqrt(6)
k ~= 2 +/- 2*(1.4*1.7)
k ~= 2 +/- 2.8*1.7 = 2 +/- 4.76

Hence k lies between 2 - 4.76 and 2+4.76
=> k lies between -2.76 and 6.76. But we know that k is a positive integer.

Hence k can be any of 1,2,3, .... 6. Hence k has 6 possible values.

D is correct. :)

Master | Next Rank: 500 Posts
Posts: 392
Joined: Thu Jan 15, 2009 12:52 pm
Location: New Jersey
Thanked: 76 times

by truplayer256 » Sun Aug 05, 2012 1:21 pm
Note that in order for x to be positive (45 + 4k - k^2)^(0.5) > 5
=> 45 + 4k - k^2 > 25

=> k^2 - 4k - 45 < -25

=> k^2 - 4k - 20 < 0

=> (k - 2)^2 - 24 < 0

=> (k - 2)^2 < 24

=> (k - 2) > -sqrt(24) or k - 2 < sqrt(24)

k > -sqrt(24) + 2 => Approximates to about k > -4.9 + 2 => k > -2.9

k < 4.9 + 2 => k < 6.9

Only positive integers of k that exist between -2.9 < k < 6.9 are k = 1,2,3,4,5,6

Choose D.