document.write( "Question 455975: The sum of two numbers is twenty-four. Four less than three times the smaller is twelve less than twice the larger. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #313014 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is twenty-four. Four less than three times the smaller is twelve less than twice the larger. Find the two numbers. \n" ); document.write( ".. \n" ); document.write( "let x=larger number \n" ); document.write( "then 24-x=smaller number \n" ); document.write( "3(24-x)-4=2x-12 \n" ); document.write( "72-3x-4=2x-12 \n" ); document.write( "5x=72-4+12=80 \n" ); document.write( "x=16 \n" ); document.write( "ans: \n" ); document.write( "larger number=16 \n" ); document.write( "smaller number=24-16=8 \n" ); document.write( " |