document.write( "Question 933689: Find four consecutive odd integers such that twice the sum of the first and third is 17 greater than the fourth. \n" ); document.write( "
Algebra.Com's Answer #566976 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! four consecutive odd integers: x,x+2,x+4,x+6 \n" ); document.write( "....... \n" ); document.write( "2(2x+4) = (x+6) + 17 \n" ); document.write( "4x + 8 = x + 23 \n" ); document.write( "3x = 15 \n" ); document.write( "x = 5 \n" ); document.write( "....... \n" ); document.write( "The four consecutive odd integers are: 5, 7, 9, 11 \n" ); document.write( "And...checking \n" ); document.write( "2•14 = 11 + 17 = 28 \n" ); document.write( " |