InterviewSolution
Saved Bookmarks
| 1. |
If `5 ((x)/(6) + (1)/(2)) = 5x - 10`, then x = ____A. 3B. `1//3`C. 6D. `1//6` |
|
Answer» Correct Answer - A Given, `5((x)/(6) + (1)/(2)) = 5x - 10` `(5x)/(6) + (5)/(2) = 5x - 10` `(5x + 15)/(6) = 5x - 10` `5x + 15 = 30x - 60` `75 = 25x` `x = 3` Hence, the correct option is (a) |
|