document.write( "Question 1094709: find 3 consecutive odd integers such that the sum of the largest and twice the smallest is 12 more than the middle number \n" ); document.write( "
Algebra.Com's Answer #709260 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "x = smallest odd integer of the three \r\n" ); document.write( "x+2 = middle odd integer of the three\r\n" ); document.write( "x+4 = largest odd integer of the threethe sum of the largest and twice the smallest is 12 more than the middle number 3 consecutive odd integers 5, 7, and 9 are all odd and consecutive. That checks.such that the sum of the largest and twice the smallest The largest is 9. Twice the smallest is two time 5, or 10. \r\n" ); document.write( "Their sum, when we add those, 9+10 is 19is 12 more than the middle number. Indeed! The middle number is 7, and 19 is 12 more than 7.\r\n" ); document.write( "So we know we are right.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |