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 |
Can we declare an anonymous class as both extending a class and implementing an interface?
8 Answers College School Exams Tests, JVA, TCS, Wipro,
Can you give few examples of final classes defined in java api?
What are java packages? What is the significance of packages?
What are the uses of java?
what is auto boxing
What is pre increment and post increment in java?
what is the difference between @include page and @include file
What is difference between final and finally in java?
What is purpose of find feature?
How we can make copy of a java object?
What is a treeset in java?
What is a void method java?