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
How do you list files in a directory?
Can we assign integer value to char in c?
Difference between pass by reference and pass by value?
What is abstract data structure in c?
How can I send mail from within a c program?
Define and explain about ! Operator?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Compare and contrast compilers from interpreters.
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
develop algorithms to add polynomials (i) in one variable
What is the difference between int main and void main?
I have seen function declarations that look like this
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain what are global variables and explain how do you declare them?
Explain what does a function declared as pascal do differently?