document.write( "Question 1013220: The sum of two integers is 51.the larger integer is 3 more than twice the smaller integer.find the integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #629436 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let x and y be the two numbers. \n" ); document.write( "sum of two integers is 51 \n" ); document.write( "x+y=51------(1) \n" ); document.write( "larger integer is 3 more than twice the smaller integer \n" ); document.write( "x-2y=3------(2) \n" ); document.write( "solving two equations .we get, \n" ); document.write( "x=35,y=16 \n" ); document.write( " |