document.write( "Question 164158: The sum of two consecutive odd integers is 56. Idenify Both of the numbers? \n" ); document.write( "
Algebra.Com's Answer #120939 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of two consecutive odd integers is 56. Idenify Both of the numbers? \n" ); document.write( "---------------------- \n" ); document.write( "Call the smaller integer N. \n" ); document.write( "N + (N+2) = 56 \n" ); document.write( "2N + 2 = 56 \n" ); document.write( "2N = 54 \n" ); document.write( "N = 27 \n" ); document.write( "The second is N+2, or 29 \n" ); document.write( "27 + 29 does = 56, so it's correct. \n" ); document.write( " |