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 |
Realized?
What is interface and its use?
Explain when we should make an instance variable private.
How multipleInheritance is possible in java?
How can an exception be thrown manually by a programmer?
How many types of thread in java? give the name
When will you define a method as static?
Explain the difference between scrollbar and scrollpane?
How to check if linked list contains loop in java?
What is difference between length and length() method in java ?
what is tempplate pattern
What is the purpose of main function in java?