$12$ tonnes of cement must be distributed among $3$ factories such that the first factory receives twice as much as other $2$ factories combined. How much cement does the first factory receive?
For this, I have come up with algebraic equation .
$x+y+z = 12$
$2(y+z)+y+z = 12$ (as per the statement above)
As the question did not say anything about other $2$ factories, we cannot assume that each of the other factories get equal amount of cement. Hence, I used independent values for the same.
and I know the answer for $x = 8$, so that $2(2+2) + 2 + 2 = 12$ through mental calculation.
But I don't know how to derive it mathematically. Can someone help me with this?
I think you need to insert the step that you implied, to see how this works properly.
$x+y+z=12\quad$ (you have this)
$x=2(y+z)\quad$ (you implied this)
then there are various ways to go; perhaps double the first equation to produce a "$2(y+z)$":
$2x+2(y+z) = 24$
$3x = 24$
$ x= 8$