InterviewSolution
Saved Bookmarks
| 1. |
For each of the following compound statements first identify the connecting words and then break it into component statements. x = 2 and x = 3 are the roots of the equation 3x^(2)-x-10 = 0. |
|
Answer» `x = 2` is a root of the EQUATION `3X^(2)- x - 10 = 0` `x = 3` is a root of the equation `3x^(2) - x - 10 = 0` |
|