How to find whether a number is divisible by 2,3,4,5,6?
Answers
Answered by
0
for 2
if the unit place digit of the number contains 0,2 , 4 , 6 , 8
for 3
if the sum of the digits of the number is dividible by 3
for 4
if the tens and ones place digits is divisible by 4
for 5
if the ones digit of the number contains 0 and 5
for 6
if the number is divisible by 2 and 3
if the unit place digit of the number contains 0,2 , 4 , 6 , 8
for 3
if the sum of the digits of the number is dividible by 3
for 4
if the tens and ones place digits is divisible by 4
for 5
if the ones digit of the number contains 0 and 5
for 6
if the number is divisible by 2 and 3
siddhant88:
pls follow me
Answered by
0
Hola Mate !!
Here's your answer :-
A number which is divisible by 2, if it's last digit is 0,2,4,6 & 8.
A number which is divisible by 3, if the sum of the digits is divisible by 3.
A number which is divisible by 4, if it's last two digits is divisible by 4.
A number which is divisible by 5, if it's last digit is 0 or 5.
A number which is divisible by 6, if it is divisible by 2 & 3 respectively.
Hope it helps
Plz mark me as brainliest.......
Here's your answer :-
A number which is divisible by 2, if it's last digit is 0,2,4,6 & 8.
A number which is divisible by 3, if the sum of the digits is divisible by 3.
A number which is divisible by 4, if it's last two digits is divisible by 4.
A number which is divisible by 5, if it's last digit is 0 or 5.
A number which is divisible by 6, if it is divisible by 2 & 3 respectively.
Hope it helps
Plz mark me as brainliest.......
Similar questions