Question 1188913
<br>
(1) define a variable<br>
let x = your age (now)<br>
(2) use that variable to define expressions for the other numbers in the problem (your age 16 years from now; and your father's age now, and 16 years from now)<br>
2x+12 = your father's age now<br>
x+16 = your age 16 years from now
(2x+12)+16 = 2x+28 = your father's age 16 years from now<br>
(3) Use those expressions to write an equation using the given information<br>
"In 16 years, my father’s age will be 30 years less than three times my age."<br>
Rewrite that to put it exactly in terms of the expressions you have defined:<br>
My father's age 16 years from now will be (is) 30 less than three times my age then (16 years from now):<br>
2x+28 = 3(x+16)-30<br>
(4) solve using basic algebra<br>
I leave that to you....<br>