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
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I find out how much free space is available on disk?
Explain function?
How reliable are floating-point comparisons?
Define recursion in c.
What is meant by initialization and how we initialize a variable?
How can I implement sets or arrays of bits?
Explain what is meant by high-order and low-order bytes?
How can you check to see whether a symbol is defined?
What is the use of function in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
please give me some tips for the placement in the TCS.
What is use of pointer?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a