document.write( "Question 194188: 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 #145757 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For two consecutive integers, the sum of the smaller and twice the larger is 29. Find the smaller integer \n" ); document.write( "---------------------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+1 \n" ); document.write( "------------ \n" ); document.write( "Equation: \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( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |