document.write( "Question 214488: Which numbers between 150 and 200 are divisable by 9 \n" ); document.write( "
Algebra.Com's Answer #162024 by natroa08(4) You can put this solution on YOUR website! there is actually a trick to seeing if something is divisible by 9 all you do is sum up the digits of any number. If the sum of the digits is divisible by 9 so is the original number. For example:\r \n" ); document.write( "\n" ); document.write( " 43785 (4+3+7+8+5=27) 27 is divisible by 9, therefore 43785 is too! \n" ); document.write( " |