document.write( "Question 348740: Determine whether each of the following numbers is prime or composite
\n" );
document.write( "(a)219
\n" );
document.write( "(b)791
\n" );
document.write( "(c) 1001 \n" );
document.write( "
Algebra.Com's Answer #249298 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! a) composite, divisible by 3. \n" ); document.write( "b) composite, divisible by 7. \n" ); document.write( "c) composite, divisible by 7. \n" ); document.write( " |