document.write( "Question 853376: Two consecutive odd integers have a sum of 24 and a product of 143. Find the larger number \n" ); document.write( "
Algebra.Com's Answer #805901 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+2) = 24 \n" ); document.write( "2x + 2 = 24 \n" ); document.write( "2x = 22 \n" ); document.write( "x = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 11 and 13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To confirm, 11 + 13 = 24 and 11 * 13 = 143. \n" ); document.write( " |