document.write( "Question 947999: The sum of two numbers is 4 less that twice the larger number. If three times the smaller number is subtracted from the larger number, the answer is -20. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #578603 by lwsshak3(11628) ![]() You can put this solution on YOUR website! The sum of two numbers is 4 less that twice the larger number. If three times the smaller number is subtracted from the larger number, the answer is -20. Find the numbers. \n" ); document.write( "*** \n" ); document.write( "let x=larger number \n" ); document.write( "let y=smaller number \n" ); document.write( "x+y=2x-4 ( sum of two numbers is 4 less that twice the larger number) \n" ); document.write( "x=y+4 \n" ); document.write( ".. \n" ); document.write( "x-3y=-20 ( If three times the smaller number is subtracted from the larger number, the answer is -20) \n" ); document.write( "y+4-3y=-20 \n" ); document.write( "2y=24 \n" ); document.write( "y=12 \n" ); document.write( "x=y+4=16 \n" ); document.write( "larger number=16 \n" ); document.write( "smaller number=12 \n" ); document.write( " |