solve (x-1)(x-9)=8;

Answers were Sorted based on User's Feedback



solve (x-1)(x-9)=8;..

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

solve (x-1)(x-9)=8;..

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

solve (x-1)(x-9)=8;..

Answer / mani

x=1/8

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Core Java Interview Questions

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?

0 Answers  


What are java packages? What is the significance of packages?

0 Answers  


What are the uses of java?

0 Answers  


what is auto boxing

3 Answers   UHG,






What is pre increment and post increment in java?

0 Answers  


what is the difference between @include page and @include file

2 Answers  


What is difference between final and finally in java?

0 Answers   Cyient,


What is purpose of find feature?

0 Answers  


How we can make copy of a java object?

0 Answers  


What is a treeset in java?

0 Answers  


What is a void method java?

0 Answers  


Categories