document.write( "Question 306431: For two consecutive integers, the sum of the smaller and twice the larger is 29. Find the smaller integer. \n" ); document.write( "
Algebra.Com's Answer #219304 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! You were close to the right topic.\r \n" ); document.write( "\n" ); document.write( "n+2*(n+1)=29 \n" ); document.write( "Solve for n the smaller integer \n" ); document.write( "3n+2=29 \n" ); document.write( "3n=27 \n" ); document.write( "n=9 \n" ); document.write( "n+1=10 \n" ); document.write( "check \n" ); document.write( "9+20=29 \n" ); document.write( "ok \n" ); document.write( " |