document.write( "Question 402693: the sum of two numbers is 67. If three times the smaller number is subtracted from the larger number, the result is 3. find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #285035 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 67. \n" ); document.write( "x + y = 67 \n" ); document.write( ": \n" ); document.write( " If three times the smaller number is subtracted from the larger number, the result is 3. \n" ); document.write( "x - 3y = 3 \n" ); document.write( "x + y = 67; subtraction eliminates x, find y \n" ); document.write( "------------ \n" ); document.write( "-4y = -64 \n" ); document.write( "y = \n" ); document.write( "y = +16 \n" ); document.write( "Find x \n" ); document.write( "x + 16 = 67 \n" ); document.write( "x = 67 - 16 \n" ); document.write( "x = 51 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the 2nd equation \n" ); document.write( "x - 3y = 3 \n" ); document.write( "51 - 3(16) = 3 \n" ); document.write( ": \n" ); document.write( " find the two numbers. x=51, y=16 \n" ); document.write( " |