document.write( "Question 191202: the difference of two numbers is 3 twice the smaller is 6 more than the larger.. find the two numbers \n" ); document.write( "
Algebra.Com's Answer #143540 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let the numbers be a and b \n" ); document.write( ": \n" ); document.write( "a-b=3.......eq 1 \n" ); document.write( "2b=a+6.....eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to a=3+b and plug it into eq 2 \n" ); document.write( ": \n" ); document.write( "2b=b+3+6 \n" ); document.write( ": \n" ); document.write( "b=9 \n" ); document.write( ": \n" ); document.write( "a=b+3=9+3=12 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |