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 purpose of using bufferedinputstream and bufferedoutputstream classes?
How does singleton class work?
What does || mean in vectors?
What is tochararray in java?
What is the role of garbage collector in java?
Can we overload the main() method?
why ,we are using jsp and html.which one is better?
What is difference between length and length() method in java ?
How do you sort in java?
what is overloading and overriding with example?
Where is java located?
write a code, we have two thread, one is printing even no and other print the odd no.