document.write( "Question 80336: find all the factors of 48 then classify 48 as primee or composite \n" ); document.write( "
Algebra.Com's Answer #57690 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The factors of 48 are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1, 2, 3, 4, 6, 8, 12, 16, 24, 48.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now lets find the prime factors:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
Solved by pluggable solver: Find factors of any number
48 is NOT a prime number: 48 = 2 * 2 * 2 * 2 * 3

Work Shown

\n" ); document.write( "
\n" );
document.write( "48 is divisible by 2: 48 = 24 * 2.\n" );
document.write( "24 is divisible by 2: 24 = 12 * 2.\n" );
document.write( "12 is divisible by 2: 12 = 6 * 2.\n" );
document.write( "6 is divisible by 2: 6 = 3 * 2.\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" ); document.write( "\n" ); document.write( "So this means 48 is a composite number
\n" ); document.write( "
\n" );