document.write( "Question 246393: Hi! i'm having some trouble with Prime Numbers. Here is my question\r
\n" ); document.write( "\n" ); document.write( " Write 270 as a product of prime numbers
\n" ); document.write( "

Algebra.Com's Answer #179952 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
270 is NOT a prime number: 270 = 2 * 3 * 3 * 3 * 5

Work Shown

\n" ); document.write( "
\n" );
document.write( "270 is divisible by 2: 270 = 135 * 2.\n" );
document.write( "135 is divisible by 3: 135 = 45 * 3.\n" );
document.write( "45 is divisible by 3: 45 = 15 * 3.\n" );
document.write( "15 is divisible by 3: 15 = 5 * 3.\n" );
document.write( "5 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" );