document.write( "Question 1017756: Two numbers are consecutive integers. Six times the smaller integer equals three times the greater integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #653091 by jorel555(1290) ![]() You can put this solution on YOUR website! Let n be the first integer. The second is n+1: \n" ); document.write( "6n=3(n+1) \n" ); document.write( "6n=3n+3 \n" ); document.write( "3n=3 \n" ); document.write( "n=1 \n" ); document.write( "n+1=2!!!!!!!!!!!!!!!!!! \n" ); document.write( " |