solve (x-1)(x-9)=8;
Answers were Sorted based on User's Feedback
Answer / sravan
(x-1)(x-9)=8;
x^2-10x+1=0
x=-b(+ or -)sqrt(b^2-4ac)/2a
Answer x=5+2*sqrt(6)
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jatinder verma
(x-1)(x-9)=8
x^2-9x-x+9=8
x^2-10x+9=8
x^2-10x+9-8=0
x^2-10x+1=0
x^2+1=10x
x*x+1=10x
x+1=10x/x
x+1=10
x=10-1
x=9
| Is This Answer Correct ? | 1 Yes | 6 No |
What is the difference between call by reference and call by pointer?
What is the concept of multithreading?
Any one can explain how the inerface uses in java. give with example.
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
How will you initialize an Applet?
Can interface be private in java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Can we override tostring method in java?
How do you pass by reference?
How many characters is 16 bytes?
What methods are called, When we navigate from one applet to another applet?
How java uses the string and stringbuffer classes?