document.write( "Question 161114: Determine whether the folowing interger is prime or a composite by dividing by prime numbers. If the integer is composite, find at least 2 pairs of factors whose product is the integer.\r
\n" );
document.write( "\n" );
document.write( "823\r
\n" );
document.write( "\n" );
document.write( "This is not in a Textbook. On a disk. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #120859 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine whether the folowing interger is prime or a composite by dividing by prime numbers. If the integer is composite, find at least 2 pairs of factors whose product is the integer. \n" ); document.write( "823 \n" ); document.write( "----------------- \n" ); document.write( "If you divide it by all prime numbers from 2 to 29, you'll see if it's evenly divisible by any of them. \n" ); document.write( "Try 2, 3, 7, 11, 13, 17, 19, 23, and 29. That's only 9 to try. \n" ); document.write( " |