Question 1210391
<br>
Some of the tutors who have responded use a single variable to solve the problem.  Others use two variables to make two equations and then use substitution to solve the problem.<br>
Those are valid methods.  But with the problem worded the way it is, forming two equations in two unknowns and solving by elimination would seem to be the most direct approach.<br>
x = first number
y = second number<br>
(1) x+y = 21  (the sum of the two numbers is 21)<br>
(2) 5x+2y = 66  (5 times the first number plus 2 times the second is 66)<br>
Multiply (1) by 2:
(3) 2x+2y = 42<br>
Find the difference between (2) and (3) to eliminate y: 3x=24<br>
Solve: x = 8<br>
Substitute x = 8 into (1) to find y:
8+y = 21
y = 13<br>
Note that this solution is exactly equivalent to the good "mental" solution provided by another of the tutors.<br>
ANSWERS: 8 and 13<br>