InterviewSolution
Saved Bookmarks
| 1. |
Follow the steps to solve the given problem : Step 1. Put x = 2 and y = 3 Step 2. Multiply x by 2 Step 3. Multiply y by 3 Step 4. If y = greatest possible 3 digit perfect square, then stop, else follow step 5. Step 5. Go to step 2. What is the maximum possible value of x ? |
|
Answer» 32 y = 3, 9, 27, 81, 243, 729 Hence, the required maximum VALUE of x = 64 |
|