InterviewSolution
Saved Bookmarks
| 1. |
|
|
Answer» Solution Expression : ? % of 460 - 34% of 356 = 456 => $(\frac{x}{100} \TIMES 460) - (\frac{34}{100} \times 356) = 456$ => $4.6x - 121.04 = 456$ => $4.6x = 456 + 121.04 = 577.04$ => $x = \frac{577.04}{4.6} = 125.44$ |
|