document.write( "Question 6095: 1) list 5 prime numbers.
\n" );
document.write( "2) find the prime factors of 624. \n" );
document.write( "
Algebra.Com's Answer #3236 by guapa(62)![]() ![]() ![]() You can put this solution on YOUR website! 1)2,3,5,7,11 \n" ); document.write( "2)2*2*2*2*3*13 \n" ); document.write( " |