Question 695813
let t = the ten's digit
let u = the units
then
10t + u = "the number"
:
Write an equation for each statement:
:
"The sums of the digits of a two digit number is 14."
t + u = 14
u = (14-t); we can use this form for substitution
:
"If 4 is added to the number, the result is seven times the units digit."
(10t+u) + 4 = 7u
10t + 4 = 7u - u
10t + 4 = 6u
replace u with (14-u) from the 1st statement equation
10t + 4 = 6(14-t)
10t + 4 = 84 - 6t
10t + 6t = 84 - 4
16t = 80
t = 80/16
t = 5 is the 10's digit
then
14 - 5 = 9 is the units
:
59 is the number
:
:
Confirm this in the 2nd statement;
"If 4 is added to the number, the result is seven times the units digit."
4 + 59 = 7(9)
:
Was this understandable for you?