document.write( "Question 578420: find three consecutive odd integers such that 12 more than twice the sum of the first and third is equal to 15 less than five times the second. \n" ); document.write( "
Algebra.Com's Answer #370642 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
find three consecutive odd integers such that 12 more than twice the sum of the first and third is equal to 15 less than five times the second.
\n" ); document.write( "**
\n" ); document.write( "let x = 1st consecutive odd integer
\n" ); document.write( "x+2 = 2nd consecutive odd integer
\n" ); document.write( "x+4 = 3rd consecutive odd integer
\n" ); document.write( "..
\n" ); document.write( "2(x+x+4)+12=5(x+2)-15
\n" ); document.write( "4x+8+12=5x+10-15
\n" ); document.write( "4x+20=5x-5
\n" ); document.write( "x=25
\n" ); document.write( "x+2=27
\n" ); document.write( "x+4=29
\n" ); document.write( "ans:
\n" ); document.write( "The three consecutive odd integers are: 25, 27, and 29
\n" ); document.write( "
\n" );