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


Please Help Members By Posting Answers For Below Questions

what is stack , heap ,code segment,and data segment

2214


What is the difference between exit() and _exit() function?

598


Is it possible to execute code even after the program exits the main() function?

807


which type of aspect you want from the student.

1701


What are all different types of pointers in c?

572






What is a structure in c language. how to initialise a structure in c?

604


What are data types in c language?

578


Can stdout be forced to print somewhere other than the screen?

618


List the different types of c tokens?

621


What is conio h in c?

622


What is getche() function?

603


What do you know about the use of bit field?

606


Why isn't any of this standardized in c? Any real program has to do some of these things.

621


What is openmp in c?

609


When should we use pointers in a c program?

626