document.write( "Question 49210: Tell whether each number is divisible by 2,3,4,5,6,9,10. Then classify the number as even or odd?
\n" ); document.write( "1.(1,000), 2.(6,598), 3.(399), 4.(27,453), 5.(33,324) and 6.(16,335)?
\n" ); document.write( "

Algebra.Com's Answer #32640 by AnlytcPhil(1807)\"\" \"About 
You can put this solution on YOUR website!
Tell whether each number is divisible by 2,3,4,5,6,9,10.  Then classify \r\n" );
document.write( "the number as even or odd?\r\n" );
document.write( "\r\n" );
document.write( "1.(1,000), 2.(6,598), 3.(399), 4.(27,453), 5.(33,324) and 6.(16,335)?\r\n" );
document.write( "\r\n" );
document.write( "-----------------------------------\r\n" );
document.write( "\r\n" );
document.write( "First, I'll give you the rules and an example of each.\r\n" );
document.write( "\r\n" );
document.write( "You'll need this: 0 is ALWAYS divisible by any positive integer.\r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 2 if the last digit is 0, 2, 4, 6 or 8.\r\n" );
document.write( "Example: 168 is divisible by 2 since the last digit is 8. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 3 if the sum of the digits is divisible by 3. \r\n" );
document.write( "Example: 168 is divisible by 3 since the sum of the digits is 15 (1+6+8=15),\r\n" );
document.write( "and 15 is divisible by 3. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 4 if the number formed by the last two digits is\r\n" );
document.write( "divisible by 4. \r\n" );
document.write( "Example: 316 is divisible by 4 since 16 is divisible by 4. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 5 if the last digit is either 0 or 5. \r\n" );
document.write( "Example: 195 is divisible by 5 since the last digit is 5. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 6 if it is divisible by 2 AND it is also divisible \r\n" );
document.write( "by 3. \r\n" );
document.write( "Example: 168 is divisible by 6 since it is divisible by 2 AND it is also\r\n" );
document.write( "divisible by 3. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 8 if the number formed by the last three digits is\r\n" );
document.write( "divisible by 8.\r\n" );
document.write( "Example: 7,120 is divisible by 8 since 120 is divisible by 8. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 9 if the sum of the digits is divisible by 9.\r\n" );
document.write( "Example: 549 is divisible by 9 since the sum of the digits is 18 (5+4+9=18),\r\n" );
document.write( "and 18 is divisible by 9. \r\n" );
document.write( "\r\n" );
document.write( "A number is divisible by 10 if the last digit is 0.\r\n" );
document.write( "Example: 1,470 is divisible by 10 since the last digit is 0. \r\n" );
document.write( "\r\n" );
document.write( "--------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "1.(1,000), \r\n" );
document.write( "\r\n" );
document.write( "1000 is divisible by 2 since it ends in 0\r\n" );
document.write( "\r\n" );
document.write( "1000 is not divisible by 3 since the sum of the digits is 1 (1+0+0+0=1),\r\n" );
document.write( "and 1 is not divisible by 3. \r\n" );
document.write( "\r\n" );
document.write( "1000 is divisible by 4 since 00, same as 0, is divisible by 4.\r\n" );
document.write( "\r\n" );
document.write( "1000 is divisible by 5 since the last digit is 0.\r\n" );
document.write( "\r\n" );
document.write( "1000 is not divisible by 6 because even though it is divisible by 2\r\n" );
document.write( "it is not also divisible by 3.\r\n" );
document.write( "\r\n" );
document.write( "1000 is divisible by 8 since 000, same as 0, is divisible by 8.\r\n" );
document.write( "\r\n" );
document.write( "1000 is not divisible by 9 since the sum of the digits is 1 (1+0+0+0=1),\r\n" );
document.write( "and 1 is not divisible by 9.\r\n" );
document.write( "\r\n" );
document.write( "1000 is divisible by 10 since its last digit is 0.\r\n" );
document.write( "\r\n" );
document.write( "-------------------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "2.(6,598),\r\n" );
document.write( "\r\n" );
document.write( "6,598 is divisible by 2 since it ends in 8\r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 3 since the sum of the digits is 1 (6+5+9+8=28),\r\n" );
document.write( "and 28 is not divisible by 3. \r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 4 since 98 is not divisible by 4.\r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 5 since the last digit is not 0 or 5.\r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 6 because even though it is divisible by 2\r\n" );
document.write( "it is not also divisible by 3.\r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 8 since 598 is not divisible by 8.\r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 9 since the sum of the digits is 28 (6+5+9+8=28),\r\n" );
document.write( "and 28 is not divisible by 9.\r\n" );
document.write( "\r\n" );
document.write( "6,598 is not divisible by 10 since its last digit is not 0.\r\n" );
document.write( "\r\n" );
document.write( "-------------------------------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "You do the rest.  Just follow the rules above:\r\n" );
document.write( "\r\n" );
document.write( " 3.(399)\r\n" );
document.write( "\r\n" );
document.write( "Answer: divisible by 3 only\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " 4.(27,453)\r\n" );
document.write( "\r\n" );
document.write( "Answer: divisible by 3 only \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " 5.(33,324) \r\n" );
document.write( "\r\n" );
document.write( "Answer: divisible by 2, 3, 4, 6 \r\n" );
document.write( "\r\n" );
document.write( " 6.(16,335)\r\n" );
document.write( "\r\n" );
document.write( "Answer: divisible by 3, 5, 9\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );