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 are different types of classloaders?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How can you set an applet’s height and width as a percentage?
What are serialization and deserialization?
what is the purpose of "virtual"?
What is the use of 'super' keyword inside a constructor?
0 Answers Flextronics, Thomson Reuters, Virtusa,
What is the list interface in java programming?
What for read() function?
Are there any tools available in java to create reports?
What is not object oriented programming?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
what is the difference between a java object reference and c++ pointer?