document.write( "Question 1052151: Find three consecutive odd integers with the property that 3 times the first integer plus twice the second integer is 5 more than twice the third integer \n" ); document.write( "
Algebra.Com's Answer #667560 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! three consecutive odd integers x , (x+2), (x+4) \n" ); document.write( "3x + 2(x+2) = 2(x+4) + 5 \n" ); document.write( "3x + 2x + 4 = 2x + 8 + 5 \n" ); document.write( "3x = 9 \n" ); document.write( "x = 3 \n" ); document.write( "three consecutive odd integers: 3, 5, 7 \n" ); document.write( "checking \n" ); document.write( "9 + 10 = 14 + 5 CHECKS! \n" ); document.write( " |