InterviewSolution
Saved Bookmarks
| 1. |
The product of two consecutive positive integer is 306.we need to find the integer |
|
Answer» Let the first integer be xTherefore, the second integer be x+1Hence the product = x(x+1)According to question, x(x+1)=306x^2+x=306x^2+x-306=0 That x(x+1)=306Xsquare+x=306Xsquare +x-306=0It is required quadratic equation |
|