A zoo has twice as many zebras as lions and four times as many monkeys as zebras
Their total is a multiple of ? (The answer is 11 but my solution gets me 13)
Here is how I'm solving it:
Z=2(L) -> [1]
M=4(Z) -> [2]
Multiply equation [1] by 4 to have the same value factor for Z
4Z=8(L) -> [3]
From [2] and [3] we have the following ratio
M:Z:L
1:4:8
1x+4x+8x= 13x which makes the answer a multiple of 13 (I'm not getting 11)
$M:Z:L = 1:4:8$ implies that $M:Z=1:4$, when in fact, you should have $M:Z=4:1$! There are more monkeys than zebras!
The mistake you made is that from the equations $$M=4Z\\ 4Z=8L$$ You then went to $M:Z:L=1:4:8$ which is false. $4Z=8L$ actually means that $Z:L = 8:4$, not the other way around!
Remember, if $ax = by$, then $x:y = b:a$, since $\frac xy=\frac ba$!