document.write( "Question 731348: What is the total number of divisors of 1000? \n" ); document.write( "
Algebra.Com's Answer #454096 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
\"1000=2%5E3%2A5%5E3\"\r
\n" ); document.write( "\n" ); document.write( "the number of divisors can be determined by using the exponents-we increment them once then take their product so the total is (3+1)(3+1)=16
\n" ); document.write( "
\n" );