document.write( "Question 1083762: There are three consecutive odd integers such that the sum of the first and second is 71 more than the third.
\n" );
document.write( "Find the integers. \n" );
document.write( "
Algebra.Com's Answer #697799 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x, x+2, x+4 \n" ); document.write( "x+x+2-71=x+4 \n" ); document.write( "2x-69=x+4 \n" ); document.write( "x=73 \n" ); document.write( "The integers are 73, 75, and 77 \n" ); document.write( "They add to 225 \n" ); document.write( "The sum of the first two, 148, is 71 more than 77. \n" ); document.write( " |