what is the value of
6 + 6 + 6 + 6 + 6 . . .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
OMG I MESSED UP I ACCIDENTALLY SET IT TO X SO I WAS LIKE OH COOL X=3 THAT MUST BE THE ANSWER BUT FORGHOT AOBUT THE 6 GAHH
Such questions shouldn't have options. Only the option 9 was greater than 6, which is obvious. So the answer can be guessed even without calculating.
Neat recurrence! This really makes a lot of sense to me, +1.
Same solution.
This solution doesn't make sense to me. Also it looks incomplete.
Log in to reply
Explanation: Given that x is "square root of 6 plus (square root of 6 plus (square root of 6 plus...))", you can substitute the outer parentheses with another x.
Result: x = 6 + x
Square both sides (a legal operation as both sides are defined as positive), and you get a quadratic equation. This can be solved to result in the x=9 positive solution.
Lets isolate first so let start with 6 + 6 + 6 + 6 + 6 . . . = y - substract 6 then expression becomes y − 6 = 6 + 6 + 6 + 6 . . . square both sides so it is, ( y − 6 ) 2 = 6 + 6 + 6 + 6 + 6 . . . ] clearly the nested radical is y so the expression is y 2 − 1 2 y + 3 6 = y y 2 − 1 3 y + 3 6 = 0 then clearly the solution is y = 9 , 4 and from the choices we are give 9 as the answer. Note 4 is not a solution because the nested radical cannot it negative.
Hey, It could be more interesting if you had put '4' as one of the option. Easy but good one.
There is a slightly simplier way. Remove the 6 infront and solve from there, then just add 6
Log in to reply
yeah i did that but idk i wrote the long solution.
@satvik thanks for pointing my mistake out>_<
Log in to reply
/\/\E/\/T!0/\/ /\/0T
Log in to reply
T/-//_/\/|/\S (didn't really work out great)
6 + any random positive number equals >6, and in the options, only 9 is higher than 6
did the same actually :p
Right. Without any solution, we say it must be greater than 6. Mathematical solution would give 9 and 4.
Obviously the answer have to be greater than 6!
exactly ... 6+any positive no. >6
This problem can be solved much easily by just analysing the options. We know that √6=2.236(approx.) √[6+√(6+2.236)]=√[ 6 +√8.23] If we keep going, we will come nearer to 9. Nearest option will be 9.
Let x = 6 + √(6 + √(6 + √(6 + √(6... (infinite polynomial)
Solution:
x = 6 + √[ (6 + √(6 + √(6 + √(6...]
The bracketed part is still an infinite polynomial which is equal to the original expression "x"
Therefore we can now rewrite the original expression as
x = 6 + √x
Solve for x
x - 6 = √x (subtract 6 to both sides)
(x - 6)² = (√x)² (squaring both sides)
x² - 12x + 36 = x (simplify)
x² - 13x + 36 = 0 (subtract x to both sides)
(x - 4)(x - 9) = 0 (getting roots)
x = 4 (null), x = 9 (acceptable answer)
No need to calculate. If not multiple choice question, then
Let x = 6 + Sqrt x
x^2 - 13 x + 36 = 0
(x - 4)(x - 9) = 0
x = 9 as x > 6.
Let the given expression is equal to x Then x = 6 + square root of x (x - 6)^2 = x x^2 - 13 x + 36 = 0 ( x - 4 )( x - 9 ) = 0 x = 9 x = 4 ................(refused)
The Answer given by Mardokay Mosazghi is very right theoretically but by problem solving approach and after analyzing the options the answer should be more than 6 Thus leaving us to the only answer 9 !!
6 + any positive quantity must be greater than 6 :D
It was so easy. Please post a good problem....
The solutions are more interesting than the problem. The answer choice could be easily guessed, but the true beauty lies in how to solve it.
I made up some problems; you're welcome to try them
Problem Loading...
Note Loading...
Set Loading...
Let x = 6 + 6 + 6 + 6 + . . . .
Then x = 6 + x
⇒ x 2 = 6 + x ⇒ x 2 − x − 6 = 0 ⇒ ( x − 3 ) ( x + 2 ) = 0 ⇒ x = 3
Therefore, 6 + 6 + 6 + 6 + 6 + . . . = 6 + x = 6 + 3 = 9