InterviewSolution
Saved Bookmarks
| 1. |
What Least Value Must Be Assigned To * So That The Number 63576*2 Is Divisible By 8? |
|
Answer» The test for divisibility by 8 is that the last 3 digits of the number in question have to be divisible by 8. So, 6*2 has to be DIVISIBILE by 8. I know 512 is divisible by 8. Also 592 is divisible by 8. So, 632 is divisible by 8. So * is 3. The test for divisibility by 8 is that the last 3 digits of the number in question have to be divisible by 8. So, 6*2 has to be divisibile by 8. I know 512 is divisible by 8. Also 592 is divisible by 8. So, 632 is divisible by 8. So * is 3. |
|