document.write( "Question 108201: find three consecutive integers such that when twice the second is subtracted from three times the third, results in 74 ? \n" ); document.write( "
Algebra.Com's Answer #78842 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! INTEGERS=X,X+1,& X+2. \n" ); document.write( "3(X+2)-2(X+1)=74 \n" ); document.write( "3X+6-2X-2=74 \n" ); document.write( "X=74-4 \n" ); document.write( "X=70 ANSWER FOR THE FIRST INTEGER. \n" ); document.write( "70+1=71 NEXT INTEGER. \n" ); document.write( "70+2=72 LARGEST INTEGER. \n" ); document.write( "PROOF \n" ); document.write( "3*72-2*71=74 \n" ); document.write( "216-142=74 \n" ); document.write( "74=74 \n" ); document.write( " |