InterviewSolution
Saved Bookmarks
| 1. |
If `20%` of `30%` of a certain number is 3000, find the number.A. 40000B. 80000C. 50000D. 75000 |
|
Answer» Correct Answer - C Let the number be x. `(0.2)(0.3)x=3000` `x=50000` |
|