document.write( "Question 230506: please show the formula for solving: find all sets of four consecutive odd whole numbers whose sum is less than 38. \n" ); document.write( "
Algebra.Com's Answer #170757 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
Let x, x+2, x+4, & x+6 be the four numbers.
\n" ); document.write( "x+x+2+x+4+x+6<38
\n" ); document.write( "4x+12<38
\n" ); document.write( "4x<38-12
\n" ); document.write( "4x<26
\n" ); document.write( "x<26/4
\n" ); document.write( "x<6.5
\n" ); document.write( "All 4 sequential odd numbers less than 6.5 begin with: 1,3 & 5
\n" ); document.write( "Thus the answers are:
\n" ); document.write( "1,3,5,7 = 15 < 38
\n" ); document.write( "3,5,7,9 = 24 < 38
\n" ); document.write( "5,7,9,11 = 32 < 38
\n" ); document.write( "----------------------
\n" ); document.write( "7,9,11,13 =40 >38
\n" ); document.write( "
\n" ); document.write( "
\n" );