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 is a boolean flag in java?
What is void data type?
What is the effect of keeping a constructor private?
What is the method in java?
What is lossy conversion in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
Similarity and difference between static block and static method ?
What are some alternatives to inheritance?
What does i ++ mean in Java?
What is the difference between == and === javascript?
What are the main uses of java?
What is java and why do we need it? Explain
What happens when you add a double value to a string?
Write a program to find the greatest of three numbers in java?
what is the difference between preemptive scheduling and time slicing? : Java thread