document.write( "Question 310268: what is a prime number and what is a composite number \n" ); document.write( "
Algebra.Com's Answer #221872 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Prime numbers are integers greater than 1 that are exactly divisible by themselves and the number 1. Examples are 2, 11, 23, . . . \n" ); document.write( "Composite numbers are those which do not have this property, that is, all the other integers. You can make up each composite as a product of prime numbers. Examples are 6 (2*3), 39 (3*13), 91 (7*13). . . \n" ); document.write( " |