document.write( "Question 145978: If three times the first number plus four times the second number equals 26, and ten times the first number and minus two times the second number equals 10, what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #106540 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Let x = 1st number
\n" ); document.write( "Let y = 2nd number
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( "\"If three times the first number plus four times the second number equals 26,\"
\n" ); document.write( "3x + 4y = 26
\n" ); document.write( ":
\n" ); document.write( "\"ten times the first number and minus two times the second number equals 10,\"
\n" ); document.write( "10x - 2y = 10
\n" ); document.write( ":
\n" ); document.write( " what are the numbers?
\n" ); document.write( ";
\n" ); document.write( "We can use elimination here; multiply the 2nd equation by 2 and add to the 1st
\n" ); document.write( "20x - 4y = 20
\n" ); document.write( "3x + 4y = 26
\n" ); document.write( "-----------------adding eliminates y
\n" ); document.write( "23x + 0y = 46
\n" ); document.write( "x = \"46%2F23\"
\n" ); document.write( "x = 2
\n" ); document.write( ":
\n" ); document.write( "Use the 1st equation to find y, (substitute 2 for x), Check the solutions in the 2nd equation.
\n" ); document.write( "
\n" );