
Melissa H. answered 09/06/23
Engineer offering tutoring in all levels of math and science!
The first step is to take those sentences and translate them into equations.
"The difference of two numbers is 67."
We don't know what the two numbers are, so let's call them x1 and x2.
The word "difference" means subtraction, and "is 67" is another way to say "equals 67".
Now, put it all together:
x1 - x2 = 67
*Note: it doesn't matter whether you do x1 - x2 or x2 - x1, but whichever number comes first will be the larger number, since the difference is +67 (a positive number). So if we do x1 - x2, that means that x1 is larger than x2.
x1 > x2
"The larger number is three less than six times the smaller number."
The larger number = x1
The word "is" means equals (=)
"three less than" means we are subtracting 3 from something
"six times" means we are multiplying by 6
The smaller number = x2
Now, put it all together:
x1 = 6x2 - 3
So now, we have two equations and two unknowns:
x1 - x2 = 67 equation (1)
x1 = 6x2 - 3 equation (2)
We can solve by substitution - equation (2) is already solved for x1, so we can plug in 6x2 - 3 into equation (1) in place of x1.
(6x2 - 3) - x2 = 67
Now, we solve for x2.
5x2 - 3 = 67
5x2 = 70
x2 = 14
Now that we know x2, we can solve for x1 by plugging in 14 into equation (2) in place of x2.
x1 = 6(14) - 3 = 81
Note: after you solve for x2, you can plug 14 into either equation (1) or equation (2). You will get the same answer regardless of which equation you choose.
As a final check of our answer, we should make sure that x1 > x2
81 > 14