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
Explain wait() method of object class ?
What is a boolean structure?
Explain super keyword in java.
What are the different conditional statements?
What are three advantages of using functions?
What is final int?
Is java a software?
Can you extend singleton class?
Can we define package statement after import statement in java?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Is break statement can be used as labels in java?
What are the drawbacks for singleton class?
What are methods of a class?
What do you mean by light weight and heavy weight components?
Which sorting algorithm is in place?