document.write( "Question 951881: the sum of two numbers is 67. the smaller number is 3 less than the larger number. what are the two numbers? write a systems of equations to solve, \n" ); document.write( "
Algebra.Com's Answer #581322 by stanbon(75887) ![]() You can put this solution on YOUR website! the sum of two numbers is 67. the smaller number is 3 less than the larger number. what are the two numbers? write a system of equations to solve, \n" ); document.write( "-------- \n" ); document.write( "x + y = 67 \n" ); document.write( "x = y-3 \n" ); document.write( "-------- \n" ); document.write( "Substitute for \"x\" and solve for \"y\":: \n" ); document.write( "y-3 + y = 67 \n" ); document.write( "2y = 70 \n" ); document.write( "y = 35 \n" ); document.write( "------ \n" ); document.write( "Solve for \"x\":: \n" ); document.write( "x + 35 = 67 \n" ); document.write( "x = 32 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |