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

i need income tax program using java inheritance concept. could u please help me?

2 Answers  


Is string a class?

0 Answers  


Convert a binary search tree to a sorted doubly linked list inplace.

1 Answers   Amazon,


What is the difference between compare and compareto in java?

0 Answers  


What is the difference between a method and a function in alice?

0 Answers  






What is the default value of float and double datatype in java?

0 Answers  


What are the four corner stones of oop?

0 Answers  


What is the relationship between clipping and repainting under awt?

0 Answers  


What is the difference between this() and super() in java?

0 Answers  


which pattern is default in scanner package?

0 Answers   Satyam,


Is singleton class thread safe?

0 Answers  


What is the purpose of using the java bean?

0 Answers  


Categories