document.write( "Question 371926: Find three consecutive odd integers such that the sum of the first and the third results in 87 less than five times the second \n" ); document.write( "
Algebra.Com's Answer #265029 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N\",\"N%2B2\",\"N%2B4\" are the 3 integers.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"N%2BN%2B4=5%28N%2B2%29-87\"
\n" ); document.write( "\"2N%2B4=5N%2B10-87\"
\n" ); document.write( "\"2N%2B4=5N-77\"
\n" ); document.write( "\"3N=81\"
\n" ); document.write( "\"N=27\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "The integers are 29, 31, and 33.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );