document.write( "Question 153695: Can you find three consecutive odd numbers that are prime number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113157 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! This is something that has to be done by trial and error. Luckily, we don't have to search long.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Consecutive odd integers: 1, 3, 5, 7, 9, 11, etc\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since 1 is not prime (by definition), we can skip it. Moving on we see that three is prime, five is prime, and seven is prime. So three consecutive odd numbers that are prime numbers are 3, 5, and 7\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you want to find another set, extend the list of consecutive odd integers and test whether or not the numbers in that set is prime. \n" ); document.write( " |