document.write( "Question 203090: the sum of two numbers is 996. the difference of the larger and twice the smaller is 33. find the 2 numbers \n" ); document.write( "
Algebra.Com's Answer #153216 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 996. the difference of the larger and twice the smaller is 33. find the 2 numbers \n" ); document.write( "--------------- \n" ); document.write( "Equations: \n" ); document.write( "x + y = 996 \n" ); document.write( "x -2y = 33 \n" ); document.write( "-------------------- \n" ); document.write( "Subtract the 2nd Eq. from the 1st to get: \n" ); document.write( "3y = 963 \n" ); document.write( "y = 321 \n" ); document.write( "------------------- \n" ); document.write( "Substitute into x+y = 996 to solve for \"x\": \n" ); document.write( "x + 321 = 996 \n" ); document.write( "x = 675 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |