document.write( "Question 668608: what is the prime factorization of 45 using exponents \n" ); document.write( "
Algebra.Com's Answer #415695 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
The way I go about this is I run through my usual list of primes {2,3,5,7,11}..etc\r
\n" ); document.write( "\n" ); document.write( "I divide by a prime until I can't divide by that one anymore. I continue this process until I have 1.\r
\n" ); document.write( "\n" ); document.write( "45/2 no.\r
\n" ); document.write( "\n" ); document.write( "45/3 = 15/3 = 5\r
\n" ); document.write( "\n" ); document.write( "5/5 = 1\r
\n" ); document.write( "\n" ); document.write( "So I divided by 3 twice and 5 once.\r
\n" ); document.write( "\n" ); document.write( "Hence, \"3%5E2+%2A+5\".
\n" ); document.write( "
\n" );