Answer: 9, 18, 21, and 23 respectively
Step-by-step explanation:
To solve any problem like this, you want to assign a variable to each child because you dont know their age. So lets write an equation and assign variables to these children.
r = first child (youngest)
x = second child
y = third child
z = fourth child (oldest)
We know that r + x + y + z = 71
We also are given info on the comparisons of their ages.
r = r
x = 2r (2 times the youngest)
y = 12 + r (12 more than the youngest)
z = 3r - 4 (4 less than 3 times the youngest)
That was the easy part tbh, now we have to solve for 'r'. We can see that all the ages are a function of the same variable (r), and we know the sum of them is equal to 71. So lets solve for r and then plug that r value into each equation we just derived.
Child #1 (youngest)
[tex]r+2r+(12+r)+(3r-4)=71\\3r+12+r+3r-4=71\\7r+12-4=71\\7r+8=71\\7r=63\\r=9yrs[/tex]
Child #2
[tex]x=2*9=18yrs[/tex]
Child #3
[tex]y=12+r=12+9=21yrs[/tex]
Child #4 (oldest)
[tex]z=3r-4=(3*9)-4=27-4=23yrs[/tex]
Fact Check:
[tex]9+18+21+23=71[/tex]