InterviewSolution
Saved Bookmarks
| 1. |
Solve and checking 6p+1/3 + 1= 7p-3/2 |
|
Answer» Solution: Simplifying the EXPRESSION on L.H.S. of the equation by taking L.C.N., we get By cross multiplying, we get => 2(6P + 4) = 3(7p - 3) => 12p + 8 = 21P - 9 => 8 + 9 = 21p - 12p => 17 = 9p => 17/9 = p Check: So L.H.S. = R.H.S. Therefore, p = 17/9 is a solution of the given equation. |
|