Find the number less than 50 that has the sum of its digits equal to 6 and the difference of its digits equal to 4.
Answers
the difference of its digits equal to 4.
Answer:-
You can put this solution on YOUR website!
Let x equal one of the digits. And let y equal the other digit.
.
You are told that the sum of the two digits is 12. So you can write an equation to express this as:
.
x + y = 12
.
Next you are told that the difference of the two digits is 4. In equation form this is:
.
x - y = 4
.
At this point you have a system of two independent equations that can be used to solve for the two unknowns.
.
x + y = 12
x - y = 4
.
If you add the two equations vertically, note that the +y and the -y will cancel each other and you are left with:
.
2x = 16
.
Solve for x by dividing both sides by 2 to get x = 8
.
If one of the digits is 8 and the sum of the two digits is 12, then by subtraction you know that the other digit must be 4. So the two digits are 8 and 4.
.
Hope this helps you.