document.write( "Question 629257: Find four consecutive odd integers so that five times the sum of the first and third integers excceeds four times the sum of the second and last integers by 14. \n" ); document.write( "
Algebra.Com's Answer #396134 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
If \"+n+\" is the 1st odd integer, then the 4 integers are
\n" ); document.write( "\"+n+\", \"+n+%2B+2+\", \"+n+%2B+4+\", and \"+n+%2B+6+\"
\n" ); document.write( "given:
\n" ); document.write( "\"+5%2A%28+n+%2B+n+%2B+4+%29+=+4%2A%28+n+%2B+2+%2B+n+%2B+6+%29++%2B+14+\"
\n" ); document.write( "\"+5%2A%28+2n+%2B+4+%29+=+4%2A%28+2n+%2B+8+%29+%2B+14+\"
\n" ); document.write( "\"+10n+%2B+20+=+8n+%2B+32+%2B+14+\"
\n" ); document.write( "\"+10n+-+8n+=+32+%2B+14+-+20+\"
\n" ); document.write( "\"+2n+=+26+\"
\n" ); document.write( "\"+n+=+13+\"
\n" ); document.write( "\"+n+%2B+2+=+15+\"
\n" ); document.write( "\"+n+%2B+4+=+17+\"
\n" ); document.write( "\"+n+%2B+6+=+19+\"
\n" ); document.write( "The 4 integers are 13, 15, 17, and 19
\n" ); document.write( "
\n" );