InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks to make the statements true. If 2x + 3 = 5, then value of 3x + 2 is ________ |
|
Answer» Consider the given eqaution, 2x + 3 = 5 Transpose 3 to RHS then it becomes -3. 2x = 5 – 3 2x = 2 x = 2/2 x = 1 then value of 3x + 2 is = (3 × 1) + 2 = 3 + 2 = 5 |
|