document.write( "Question 56533: i have to show whether the following numbers are divisible by 2,3,or 5...The work needs to be shown. the numbers are 925, 165,351, and 1,495 \n" ); document.write( "
Algebra.Com's Answer #38365 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! i have to show whether the following numbers are divisible by 2,3,or 5...The work needs to be shown. the numbers are 925, 165,351, and 1,495 \n" ); document.write( ": \n" ); document.write( "The divisibility rule for 2 is: \n" ); document.write( "If the number is even, it's divisible by 2. \n" ); document.write( ": \n" ); document.write( "The divisibility rule for 3 is: \n" ); document.write( "If the sum of the digits are divisible by 3, then the number is divisible by 3. \n" ); document.write( ": \n" ); document.write( "The divisibility rule for 5 is: \n" ); document.write( "If the number ends in a 0 or 5, then the number is divisible by 5. \n" ); document.write( ": \n" ); document.write( "925 is odd so the number is not divisible by 2. \n" ); document.write( " \n" ); document.write( "9+2+5=16, 16 is not divisible by 3, so 925 is not divisible by 3. \n" ); document.write( ": \n" ); document.write( "165 is odd so the number is not divisible by 2. \n" ); document.write( " \n" ); document.write( "1+6+5=12, 12 is divisible by 3, 12/3=4, therefore 165 is divisible by 3. 165/3=55. \n" ); document.write( ": \n" ); document.write( "351 is odd therefore the number is not divisible by 2. \n" ); document.write( " \n" ); document.write( "3+5+1=9, 9 is divisible by 3, 9/3=3, therefore 351 is divisible by 3. 351/3=117. \n" ); document.write( ": \n" ); document.write( "1,495 is odd therefore 1,495 is not divisible by 2. \n" ); document.write( " \n" ); document.write( "1+4+9+5=19, 19 is not divisible by 3, therefore 1,495 is not divisible by 3. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |