document.write( "Question 1131164: The sum of two consecutive odd integers is 21 less than three times the larger integer. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #747773 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of two consecutive odd integers is 21 less than three times the larger integer. \n" ); document.write( "Two number n, (n-2) \n" ); document.write( "n + (n-2) = 3n - 21 \n" ); document.write( "2n - 3n = -21 + 2 \n" ); document.write( "-n = -19 \n" ); document.write( "n = 19 \n" ); document.write( ": \n" ); document.write( " Find the numbers. 17 and 19 \n" ); document.write( " \n" ); document.write( " |