InterviewSolution
Saved Bookmarks
| 1. |
Difference of two perfect cubes is 189. If the cube root of the smaller of the two numbers is 3, find the cube root of the larger number. |
|
Answer» From the question it is given that, Difference of two perfect cubes = 189 The cube root of the smaller of the two numbers = 3 So, cube of smaller number = 33 = 3 × 3 × 3 = 27 Let us assume the cube root of larger number be a3 Then, As per the condition given in the question, a3 – 27 = 189 a3 = 189 + 27 a3 =216 By taking cube root on both side, a = 3√216 a = 3√(6 × 6 × 6) a = 3√(63) a = 6 ∴The cube root of the larger number is 6. |
|