MCQOPTIONS
Saved Bookmarks
| 1. |
Predicted output is same as present output after math magic$ |
| A. | solve(a*x<sup>2</sup> + b*x + c == 0) |
| B. | vpa(solve(a*x<sup>2</sup> – b*x + c == 0)) |
| C. | solve(a*x<sup>2</sup> – b*x + c == 0) |
| Answer» D. | |