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 #219303 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! x and x+1 \n" ); document.write( "x+2(x+1)=29 \n" ); document.write( "x+2x+2=29 \n" ); document.write( "3x=27 \n" ); document.write( "x=9 \n" ); document.write( "x+1=10 \n" ); document.write( " |