Test 341, 94, 960 and 1201 for divisibility by
2, 3, 5 andio
Answers
Answer:
To check if a number is divisible by 2 we have to see the last digit of the value and if it is divisible by 2 then the number is divisible by 2.
To check if a number is divisible by 3 we have to add all the values of the number and if the sum is divisible by 3 then the number is also divisible by 3.
To check if the number is divisible by 5 the last digit of the value should be 0 or 5.
Step-by-step explanation:
341 is not divisible by 2 as the last digit is not even.
341 is not divisible by 3 as it 3+4+1=8 and 8 is not divisible by 3.
341 is not divisible by 5 as the last digit is not 0 or 5.
94 is divisible by 2 as the last digit is even.
94 is not divisible by 3 as 9+4=13 and 13 is not divisible by 3.
94 is not divisible by 5 as the last digit is not 0 or 5.
960 is divisible by 2 as the last digit 0 comes in table of 2.
960 is divisible by 3 as 9+6+0=15 and 15 is divisible by 3.
960 is divisible by 5 as the last digit is 0.
1201 is not divisible by 2 as the last digit is not even.
1201 is not divisible by 3 as 1+2+0+1=4 and 4 is not divisible by 3.
1201 is not divisible by 5 as the last digit is not 0 or 5.
Hope it helped you