document.write( "Question 183077: The sum of two consecutive odd interger is 29 more than the next odd interger. Find the three intergers in increasing order. \n" ); document.write( "
Algebra.Com's Answer #137465 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
Let x = first odd integer
\n" ); document.write( "then
\n" ); document.write( "x+2 = second odd integer
\n" ); document.write( "x+4 = third odd integer
\n" ); document.write( ".
\n" ); document.write( "x + x+2 = x+4 + 29
\n" ); document.write( "2x+2 = x + 33
\n" ); document.write( "x+2 = 33
\n" ); document.write( "x = 31 (first integer)
\n" ); document.write( ".
\n" ); document.write( "x+2 = 31+2 = 33 (second integer)
\n" ); document.write( ".
\n" ); document.write( "x+4 = 31+4 = 35 (third integer)
\n" ); document.write( ".
\n" ); document.write( "The three integers: 31, 33, and 35
\n" ); document.write( "
\n" ); document.write( "
\n" );