document.write( "Question 867019: for the number 2250, how can I find out how many whole numbers it is divisible by \n" ); document.write( "
Algebra.Com's Answer #522648 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! for the number 2250, how can I find out how many whole numbers it is divisible by \n" ); document.write( "----- \n" ); document.write( "Find the \"prime-factor\" form of the number:: \n" ); document.write( "2250/2 = 1125 \n" ); document.write( "1125/5 = 225 \n" ); document.write( "225/5 = 45 \n" ); document.write( "45/5 = 9 \n" ); document.write( "9 = 3^2 \n" ); document.write( "------ \n" ); document.write( "So there are 2+3+1 = 6 \n" ); document.write( "------- \n" ); document.write( "# of whole-number divisors = 2^6-1 = 63 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |