SOLUTION: Use a system of linear equations with two variables and two equations to solve.
A number is 11 more than another number. Twice the sum of the two numbers is 10. Find the two nu
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: Use a system of linear equations with two variables and two equations to solve.
A number is 11 more than another number. Twice the sum of the two numbers is 10. Find the two nu
Log On
Question 1129393: Use a system of linear equations with two variables and two equations to solve.
A number is 11 more than another number. Twice the sum of the two numbers is 10. Find the two numbers. (Enter your answers as a comma-separated list.)
You can put this solution on YOUR website! y = x+11
2(y+x) = 10 substitute y with equivalent above:
2(x+11+x) = 10
2x+22+2x = 10
4x = -12
x = -3
and
y = x+11 = -3+11 = 8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check:
Twice the sum of the two numbers is 10
2(8+-3)= 16+-6 = 10 Correct