InterviewSolution
Saved Bookmarks
| 1. |
Choose the correct statements S1: All the numbers divisible by 10 are also divisible by 5. S2: A number divisible by 3 is also divisible by 6. S3: A number is divisible by 7, if the last two digits are divisible by 7. S4: If a number divides the product of two numbers exactly then it must exactly divide the numbers separately. S5: If a number exactly divides two numbers separately, and after division, if its difference is taken then this difference will also be exactly divisible by that number. |
|
Answer» Choose the correct statements S1: All the numbers divisible by 10 are also divisible by 5. S2: A number divisible by 3 is also divisible by 6. S3: A number is divisible by 7, if the last two digits are divisible by 7. S4: If a number divides the product of two numbers exactly then it must exactly divide the numbers separately. S5: If a number exactly divides two numbers separately, and after division, if its difference is taken then this difference will also be exactly divisible by that number.
|
|