document.write( "Question 340649: find three consecutive odd integers such that sum of the smallest and 4 times the largest is 61 \n" ); document.write( "
Algebra.Com's Answer #244508 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The three integers are,
\n" ); document.write( "\"N\"
\n" ); document.write( "\"N%2B2\"
\n" ); document.write( "\"N%2B4\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( "\"N%2B4%28N%2B4%29=61\"
\n" ); document.write( "\"N%2B4N%2B16=61\"
\n" ); document.write( "\"5N=45\"
\n" ); document.write( "\"N=9\"
\n" ); document.write( "The integers are \"9\",\"11\", and \"13\".
\n" ); document.write( "
\n" ); document.write( "
\n" );