document.write( "Question 119044: What is the prime factorization of 72? \n" ); document.write( "
Algebra.Com's Answer #87153 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( " \n" ); document.write( "
Solved by pluggable solver: Factor any number
72 is NOT a prime number: 72 = 2 * 2 * 2 * 3 * 3

Work Shown

\n" ); document.write( "
\n" );
document.write( "72 is divisible by 2: 72 = 36 * 2.\n" );
document.write( "36 is divisible by 2: 36 = 18 * 2.\n" );
document.write( "18 is divisible by 2: 18 = 9 * 2.\n" );
document.write( "9 is divisible by 3: 9 = 3 * 3.\n" );
document.write( "3 is not divisible by anything.\n" );
document.write( "\n" );
document.write( "
This calculation used this Prime Factorization Algorithm.
\n" ); document.write( "
\n" ); document.write( "
\n" );