document.write( "Question 539309: The difference of two numbers is 20. the sum of three times the first and four times the second is 18. find the two numbers. So far this is what I have:\r
\n" );
document.write( "\n" );
document.write( "a-b=20\r
\n" );
document.write( "\n" );
document.write( "3a+4b=18\r
\n" );
document.write( "\n" );
document.write( "3(2)+4(3)=18 but 2-3 does NOT equal 20.
\n" );
document.write( "I'm not sure how to figure this out. \n" );
document.write( "
Algebra.Com's Answer #353390 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The difference of two numbers is 20. the sum of three times the first and four times the second is 18. find the two numbers. So far this is what I have:\r \n" ); document.write( "\n" ); document.write( "a-b=20\r \n" ); document.write( "\n" ); document.write( "3a+4b=18\r \n" ); document.write( "\n" ); document.write( "3(2)+4(3)=18 but 2-3 does NOT equal 20. \n" ); document.write( "I'm not sure how to figure this out. \n" ); document.write( "------------------ \n" ); document.write( "Where did you get the 2 & 3? \n" ); document.write( "-------------- \n" ); document.write( "a-b=20 --? a = b+20\r \n" ); document.write( "\n" ); document.write( "3a+4b=18 \n" ); document.write( "3(b+20) + 4b = 18 \n" ); document.write( "3b+60 + 4b = 18 \n" ); document.write( "7b = -42 \n" ); document.write( "b = -6 \n" ); document.write( "------- \n" ); document.write( "a = 14 \n" ); document.write( " \n" ); document.write( " |