Answer Posted / 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 |
Post New Answer View All Answers
What are Normalization Rules? Define Normalization?
Does constructor return any value?
How is a variable stored in memory?
What are the restriction imposed on a static method or a static block of code?
How to make object serializable in java?
What is meant by class?
Does java allow default arguments?
Can a variable be local and static at the same time?
Can we have try without catch block?
Can a constructor call another constructor?
Is java call by value?
What is the meaning of find and replace?
Explain the protected field modifier?
What are the types of arrays in java?
What is e java?