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 the latest java version?
How does the garbage collector works in java?
Can a class be declared as static?
How many types of interfaces are there?
Define an applet in java?
What is string [] java?
Is singleton class thread safe?
What is widening and narrowing in java? Discuss with an example.
What is jvm? Why is java called the platform independent programming language?
Where is the find and replace?
What is the maximum size of hashmap in java?
What is OOP Language?
how to open and edit XML file in Weblogic???
Can we create an object of static class in java?
Explain some best practices you would apply while using collection in java?