document.write( "Question 1022086: The sum of two numbers is 72 the larger number is 5 less than 3 times the smaller number find the smaller number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637787 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller number x. The larger is then 72-x (since they add to 72). \n" ); document.write( "Then we can write \n" ); document.write( "72 - x = 3x - 5 \n" ); document.write( "Solving for x gives us \n" ); document.write( "77 = 4x \n" ); document.write( "x = 19 1/4 \n" ); document.write( " \n" ); document.write( " |