document.write( "Question 397512: find three consecutive odd integers such that twice the sum of the first and third exceeds the second by fifteen. \n" ); document.write( "
Algebra.Com's Answer #281882 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
n , n+2 , n+4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2(n + n+4) = n+2 + 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4n + 8 = n + 17 ___ 3n = 9
\n" ); document.write( "
\n" );