document.write( "Question 1101855: Find all primes that divide 20!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #716476 by greenestamps(13334) You can put this solution on YOUR website! \n" ); document.write( "I'm not sure what the other tutor was thinking; maybe he misread the problem. \n" ); document.write( "The prime numbers that divide 20! are all the primes less than 20, and ONLY those primes. So \n" ); document.write( "2, 3, 5, 7, 11, 13, 17, and 19 \n" ); document.write( " |