document.write( "Question 583527: Find two consecutive integers such that four times the smaller minus three times the larger equals 0. \n" ); document.write( "
Algebra.Com's Answer #372476 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! x, x+1 \n" ); document.write( "4x-3(x+1)=0 \n" ); document.write( "4x-3x-3=0 \n" ); document.write( "x-3=0 \n" ); document.write( "x=3 \n" ); document.write( "3, 4 \n" ); document.write( " |