document.write( "Question 195303: 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( "
Algebra.Com's Answer #146490 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
y=3x+1
\n" ); document.write( "x+y=37
\n" ); document.write( "x+(3x+1)=37
\n" ); document.write( "x+3x+1=37
\n" ); document.write( "4x=37-1
\n" ); document.write( "4x=36
\n" ); document.write( "x=36/4
\n" ); document.write( "x=9 which is the smaller integer.
\n" ); document.write( "y=3*9+1
\n" ); document.write( "y=27+1
\n" ); document.write( "y=28
\n" ); document.write( "Proof:
\n" ); document.write( "28+9=37
\n" ); document.write( "37=37
\n" ); document.write( "
\n" );