document.write( "Question 503362: the smaller of two consecutive odd numbers is n ; the sum of the larger and twice the smaller is 23, find the consecutive numbers \n" ); document.write( "
Algebra.Com's Answer #339209 by mananth(16946)![]() ![]() You can put this solution on YOUR website! n, n+2\r \n" ); document.write( "\n" ); document.write( "n+2 + 2n = 23\r \n" ); document.write( "\n" ); document.write( "3n+2=23 \n" ); document.write( "3n=23-2 \n" ); document.write( "3n=21 \n" ); document.write( "/3 \n" ); document.write( "n=7\r \n" ); document.write( "\n" ); document.write( "7,9 \n" ); document.write( " |