InterviewSolution
Saved Bookmarks
| 1. |
Solve the equation and check the result : a – 2.3 = 1.5 |
|
Answer» Given a – 2.3 = 1.5 ⇒ a – 2.3 + 2.3 = 1.5 + 2.3 (Add 2.3 ort both sides) ⇒ a = 3.8 Check: Substitute a = 3.8 in a – 2.3 =1.5 LHS = a – 2.3 = 3.8 – 2.3 = 1.5 = RHS Hence verified. |
|