document.write( "Question 565343: The sum of two numbers is 4 less than twice the larger. If the larger is decreased by three times the smaller, the result is -20. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #365762 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 4 less than twice the larger. If the larger is decreased by three times the smaller, the result 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( ".. \n" ); document.write( "x+y=2x-4 \n" ); document.write( "-x+y=-4 \n" ); document.write( "x-3y=-20 \n" ); document.write( "add \n" ); document.write( "-2y=-24 \n" ); document.write( "y=12 \n" ); document.write( "x=y+4=16 \n" ); document.write( "ans: \n" ); document.write( "larger number=16 \n" ); document.write( "smaller number=12 \n" ); document.write( " |