document.write( "Question 912082: The sum of two numbers is 63. If three times the smaller number is subtracted from the larger numbe, the result is 15. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #553558 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x(largest) and (36-x) the smaller \n" ); document.write( "x - 3(36-x) = 15 \n" ); document.write( "x - 108 + 3x = 15 \n" ); document.write( "4x = 123 \n" ); document.write( "x = 30.75, the larger. The smaller is 5.25 \n" ); document.write( "and...checking \n" ); document.write( "30.75 - 3(5.25)= 15 \n" ); document.write( " |