InterviewSolution
Saved Bookmarks
| 1. |
Find the smallest of the following decimals.A. 0.1 × 0.1 × 0.1B. 0.03/3C. 0.01/2D. 0.1 × 0.02 × 0.21. A2. C3. D4. B |
|
Answer» Correct Answer - Option 3 : D Given: A. 0.1 × 0.1 × 0.1 B. 0.03/3 C. 0.01/2 D. 0.1 × 0.02 × 0.2 Calculations: Considering option A, 0.1 × 0.1 × 0.1 ⇒ 0.001 Considering option B, 0.03/3 ⇒ 0.01 Considering option C, 0.01/2 ⇒ 0.005 Considering option D, 0.1 × 0.02 × 0.2 ⇒ 0.0004 On comparing all values, 0.0004<0.001<0.005<0.01 ∴ The smallest value is 0.0004. |
|