document.write( "Question 946825: Find three consecutive odd integers such that three times the largest is 13 less than twice the sum of the first two
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #577665 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N-2\",\"+N\", and \"N%2B2\" are the three integers.
\n" ); document.write( "\"3%28N%2B2%29=2%28N-2%2BN%29-13\"
\n" ); document.write( "\"3N%2B6=4N-4-13\"
\n" ); document.write( "\"3N%2B6=4N-17\"
\n" ); document.write( "\"-N=-23\"
\n" ); document.write( "\"N=23\"
\n" ); document.write( "So the integers are 21, 23, and 25.
\n" ); document.write( "
\n" ); document.write( "
\n" );