Saved Bookmarks
| 1. |
Write an algorithm to find all roots of a quadratic equation ax2+bx+c=0 |
|
Answer» Answer: it can be done using COMPLETING the SQUARE method Explanation: the ROOT is ( -b±√b²-4ac)/2A |
|