document.write( "Question 53310: One-fifth of the sum of two consecutive integers is 1 less than the smaller integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #35556 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One-fifth of the sum of two consecutive integers is 1 less than the smaller integer. Find the integers. \n" ); document.write( "--------------- \n" ); document.write( "Let the consecutive integers be x and x+1. \n" ); document.write( "EQUATION: \n" ); document.write( "(1/5)(x+x+1)+1=x \n" ); document.write( "2x+1=5(x-1) \n" ); document.write( "2x+1=5x-5 \n" ); document.write( "3x=6 \n" ); document.write( "x=2 \n" ); document.write( "x+1=3 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |