document.write( "Question 1050226: Find three consecutive odd integers such that the sum of the smaller two is three times the largest increased by seven. \n" ); document.write( "
Algebra.Com's Answer #665836 by ewatrrr(24785) You can put this solution on YOUR website! three consecutive odd integers: n , (n+2) , (n+4) \n" ); document.write( "Question States: \n" ); document.write( "n + (n+2) = 3(n+4) + 7 \n" ); document.write( "2n + 2 = 3n+12 + 7 \n" ); document.write( "-17 = n \n" ); document.write( "three consecutive odd integers are : -17,-15,-13\r \n" ); document.write( "\n" ); document.write( "-17 + -15 = -32 = 3(-13) + 7 CHECKS! \n" ); document.write( " \n" ); document.write( " |