document.write( "Question 996513: the sum of two number is 21.five times the first is added to 2 times the second number is 66.find the two number \n" ); document.write( "
Algebra.Com's Answer #614935 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call them x and y. Thus \n" ); document.write( "x + y = 21 and then \n" ); document.write( "5x + 2y = 66 \n" ); document.write( "Multiply the top equation by two and subtract from the bottom one... \n" ); document.write( "5x + 2y = 66 \n" ); document.write( "-(2x + 2y = 42) \n" ); document.write( "and we get \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "y = 21-x = 13 \n" ); document.write( " |