sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2;
Find the value of x?
Answer Posted / soundararajan krishnan
I think the actual question may be like
sqrt(x+sqrt(x+sqrt(x+sqrt(x+...))))=2;
Find the value of x?
When we solve this the value of x is 2.
Let A = sqrt(x+sqrt(x+sqrt(x+sqrt(x+...)))) ------(1)
We can write this as,
A = sqrt (x+A) ------(2) using formula (1)
Since A = sqrt(x+sqrt(x+sqrt(x+sqrt(x+...)))) = 2,
we can write the equation (2) as,
2 = sqrt(x+2)
square this equation,
4 = x+2
Then x = 2.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
Why cant I open a file by its explicit path?
What is the use of pragma in embedded c?
What is ponter?
Differentiate abs() function from fabs() function.
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is output redirection?
Where does the name "C" come from, anyway?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the difference between #include and #include 'file' ?
How are structure passing and returning implemented?
Subtract Two Number Without Using Subtraction Operator
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What does the function toupper() do?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain what is gets() function?