At a birthday party, every child gets $2$ chocolates, every mother gets $1$ chocolate, while no father gets a chocolate. In total $69$ persons get $70$ chocolates. If the number of children is half of the number of mothers and fathers put together, then how many fathers are there?
This problem requires setting up and solving a system of equations based on the given constraints about people and chocolates.
Let $C$ represent the number of children, $M$ the number of mothers, and $F$ the number of fathers.
Find the number of children ($C$). Use the equation $2C = M + F$ and substitute it into the total persons equation $C + M + F = 69$.
Replace $M + F$ with $2C$:
$C + (2C) = 69$
Combine terms and solve for $C$:
$3C = 69$
$C = \frac{69}{3}$
$C = 23$
There are 23 children.
Find the number of mothers ($M$). Use the total chocolates equation $2C + M = 70$ and the value $C = 23$.
Substitute $C=23$:
$2(23) + M = 70$
$46 + M = 70$
Solve for $M$:
$M = 70 - 46$
$M = 24$
There are 24 mothers.
Find the number of fathers ($F$). Use the total persons equation $C + M + F = 69$ and the values $C = 23$ and $M = 24$.
Substitute $C=23$ and $M=24$:
$23 + 24 + F = 69$
$47 + F = 69$
Solve for $F$:
$F = 69 - 47$
$F = 22$
There are 22 fathers.
Confirm the solution satisfies all conditions:
The number of fathers is 22.