document.write( "Question 801696: Three consevutive odd integers are such that the sum of the first and second is 31 less than 3 times the third. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #483608 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the integers be x, x+2, x+4 \n" ); document.write( "x+x+2+31=3(x+4) \n" ); document.write( "2x+33=3x+12 \n" ); document.write( "x=21 \n" ); document.write( "23 and 25 are the others. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |