InterviewSolution
Saved Bookmarks
| 1. |
If `(x)/(2) + (x)/(3) =5`, then x = ____A. 2B. 3C. 4D. 6 |
|
Answer» Correct Answer - D `(x)/(2) + (x)/(3) = 5` `(3x + 2x)/(6) = 5` `(5x)/(6) = 5` `x = 6` Hence, the correct option is (d) |
|