document.write( "Question 1022242: The difference between two numbers is 2. If three times the larger number minus twice
\n" );
document.write( "the smaller number is 13, find the two numbers. \n" );
document.write( "
Algebra.Com's Answer #638006 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let x,y be the two numbers. \n" ); document.write( "The difference between two numbers is 2. \n" ); document.write( "x-y=2------(1) \n" ); document.write( "3x-2y=13----(2) \n" ); document.write( "Solving (1) & (2) \n" ); document.write( "x=9 ,y=7 \n" ); document.write( " \n" ); document.write( " |