InterviewSolution
Saved Bookmarks
| 1. |
Check whether the following are quadratic equation :16x^2-3= (2x+5)(5x-3) |
| Answer» 16x^2-3=10x^2-6x+25x-1516x^2-3-10x^2+15=19x6x^2+12-19x=06x^2-19x+12=0It is in ax^2+bx+c=0 formTherefore it is a quadratic equationHope this is helpful for you ??Thank u ?? | |