Question 292247
I don't understand how to determine whether a natural number is divisible. 
In example: is 235 divisible by 2,3, 5?
------------------
You can use a calculator.
235 = 5*47
------------
Any number ending in 5 or 0 is divisible by 5.
If it's even, it's divisible by 2.