document.write( "Question 1047753: find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer \n" ); document.write( "
Algebra.Com's Answer #663287 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "find three consecutive odd integers such that the sum of the least integer and the middle integer 19 more than the great integer \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let A = 2n+1 be the first (the least) of the three consecutive odd integers;\r\n" ); document.write( " B = 2n+3 be the second of the three consecutive odd integers; and\r\n" ); document.write( " C = 2n+5 be the third.\r\n" ); document.write( "\r\n" ); document.write( "The condition requires\r\n" ); document.write( "\r\n" ); document.write( "A + B = C + 19, or\r\n" ); document.write( "\r\n" ); document.write( "(2n+1) + (2n+3) = (2n+5) + 19.\r\n" ); document.write( "\r\n" ); document.write( "Simplify:\r\n" ); document.write( "\r\n" ); document.write( "2n + 1 + 2n + 3 = 2n + 5 + 19,\r\n" ); document.write( "\r\n" ); document.write( "2n + 4 = 24,\r\n" ); document.write( "\r\n" ); document.write( "2n = 24 - 4 = 20,\r\n" ); document.write( "\r\n" ); document.write( "n = \n" ); document.write( " \n" ); document.write( " |