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
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Is int a keyword in c?
What are pointers in C? Give an example where to illustrate their significance.
What are type modifiers in c?
Does free set pointer to null?
What are the c keywords?
What is local and global variable in c?
When do we get logical errors?
What is a stream in c programming?
What do you understand by friend-functions? How are they used?
What is nested structure in c?
Stimulate calculator using Switch-case-default statement for two numbers
Are the expressions * ptr ++ and ++ * ptr same?
Write a program in c to replace any vowel in a string with z?
write a program to generate address labels using structures?