InterviewSolution
Saved Bookmarks
| 1. |
The middle term splitting of 2 X square + 3x - 90 = 0 |
|
Answer» 2x^2 +3x - 90 =02x^2 +15x -12x - 90 =02x^2 - 12x +15x - 90 =02x(x-6) +15(x-6) =0(2x+15)(x-6) =0 so, x= -15/2 or x= 6 You solve solve it using any other method bcoz there are some equations which are difficult to be solved with middle splitting method. |
|