what numbers are divisible by 2,3,5,6,9 or 10
Answers
If the last digit is even (0, 2, 4, 6, or 8) then it is divisible by 2.
Sum the digits. The result must be divisible by 3.
The last two digits form a number that is divisible by 4.
If the last digit is 0 or 5 then it is divisible by 5.
It is divisible by 2 and by 3 then it is divisible by 6.
Sum the digits. The result must be divisible by 9.
If the ones digit is 0 the the number is divisible by 10
Answer:
If the last digit is 0 or 5 then it is divisible by 5.
It is divisible by 2 and by 3 then it is divisible by 6.
Sum the digits. The result must be divisible by 9.
If the ones digit is 0 the the number is divisible by 10
Step-by-step explanation:
We need to determine the numbers that are divisible by or .
If the last digit is even (0, 2, 4, 6, or 8) then it is divisible by 2.
Summing the digits. The result must be divisible by 3.
The last two digits then form a number that is divisible by 4.
If the last digit is 0 or 5 then it is divisible by 5.
It is divisible by 2 and by 3 then it is divisible by 6.
Sum the digits. The result must be divisible by 9.
If the ones digit is 0 the the number is divisible by 10
#SPJ3