document.write( "Question 98085: find two consecutive integers such that the sum of 7 times the first integer and 4 times the second integer is 37 \n" ); document.write( "
Algebra.Com's Answer #71332 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 7x+4(x+1)=37 \n" ); document.write( "7x+4x+4=37 \n" ); document.write( "11x=37-4 \n" ); document.write( "11x=33 \n" ); document.write( "x=33/11 \n" ); document.write( "x=3 for the smaller number \n" ); document.write( "3+1=4 the second number. \n" ); document.write( "proof \n" ); document.write( "7*3+4*4=37 \n" ); document.write( "21+16=37 \n" ); document.write( "37=37 \n" ); document.write( " \n" ); document.write( " |