sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2;
Find the value of x?
Answer Posted / karthik
the value of x=4;
start from the innermost sqrt
1.sqrt(4)=2;
2.sqrt(4+2)=sqrt(6)=2// since ans is (2 root 3)it will
consider only 2 and left root 3
3.sqrt(4+2)=sqrt(6)=2
in the last root (sqrt(4+2))= ans is 2 root(3) just elimnate
root(3)
thus the remaining ans is 2
there fore X=4////
| Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
What is structure and union in c?
What is a constant?
What are the advantages of using macro in c language?
Explain 'far' and 'near' pointers in c.
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What header files do I need in order to define the standard library functions I use?
hi any body pls give me company name interview conduct "c" language only
What is the use of in c?
What is an endless loop?
What do you mean by keywords in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why c language is called c?
What is a macro, and explain how do you use it?
How can I change their mode to binary?
What are the restrictions of a modulus operator?