document.write( "Question 352297: Find three consecutive odd integers suck that the sum of the greatest and twice the least is 25. \n" ); document.write( "
Algebra.Com's Answer #251813 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x, x+2, x+4 are the 3 integers.
\n" ); document.write( "x+4+2x=25
\n" ); document.write( "3x=25-4
\n" ); document.write( "3x=21
\n" ); document.write( "x=21/3
\n" ); document.write( "x=7 ans. for the smaller integer.
\n" ); document.write( "7+4=11 ans. for the large integer.
\n" ); document.write( "Proof:
\n" ); document.write( "11+2*7=25
\n" ); document.write( "11+14=25
\n" ); document.write( "25=25
\n" ); document.write( "
\n" );