solve (x-1)(x-9)=8;
Answers were Sorted based on User's Feedback
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 |
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 |
What is runtime polymorphism or dynamic method dispatch?
What is navigable map in java?
What is a boolean in java?
What are the skills required for core java?
Is nullpointerexception checked or unchecked?
What do you mean by platform independence? What is an interface?
Can a class be private in java?
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
What type of language is java?
Print Vertical traversal of a Binary Tree.
What is toarray method in java?
What is java ceil?