document.write( "Question 356593: The largest of 2 integers is one more than three times the smaller. If the sum of the two integers is 37, find the larger integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #254537 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The largest of 2 integers is one more than three times the smaller. If the sum of the two integers is 37, find the larger integer. \n" ); document.write( "let the integer be x \n" ); document.write( "other integer = 3x+1 \n" ); document.write( ".. \n" ); document.write( "x+3x+1= 37 \n" ); document.write( "4x+1=37 \n" ); document.write( "4x=37-1 \n" ); document.write( "4x=36 \n" ); document.write( "/4 \n" ); document.write( "x=9 \n" ); document.write( ".. \n" ); document.write( "the other integer= 3x+1 = 28 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |