InterviewSolution
Saved Bookmarks
| 1. |
In the formula `p=(3x-2y)/.(2x-3y)`, make x as the subject of the formula.A. `x=(y(3p-2))/(2p-3)`B. `x=(y(3p-2))/(2p+3)`C. `x=(y(3p+2))/(2p-3)`D. `x=(y(3p+2))/(2p+3)` |
|
Answer» Correct Answer - A (i) Apply transposition. (ii) Cross multiply the terms and bring the terms involving x to LHS. |
|