document.write( "Question 1053656: The sum of two consecutive odd numbers is 24. What are the numbers? I need the equation and solution \n" ); document.write( "
Algebra.Com's Answer #668849 by addingup(3677)![]() ![]() You can put this solution on YOUR website! One number: x \n" ); document.write( "the next odd number: x+2 \n" ); document.write( "x+x+2 = 24 \n" ); document.write( "2x+2 = 24 \n" ); document.write( "2x = 22 \n" ); document.write( "x = 11 This is one number. The other is: \n" ); document.write( "x+2 = 11+2 = 13 \n" ); document.write( "--------------------- \n" ); document.write( "check: \n" ); document.write( "11+13 = 24 Correct \n" ); document.write( " |