Assuming that all clones have the same appetite, in one hour, $100$ clones can eat $1500$ cupcakes and $1000$ muffins. In two hours, $ 60 $ clones can eat $1200$ cupcakes and $1500$ muffins. In three hours, $50$ clones can eat $750$ cupcakes and $x $muffins. Find $x$.
I tried using variations here by letting the number of clones be equal to the number of cupcakes to be eaten times a variable $k$ all over the number of hours times the number of muffins to be eaten, but $k$ does not seem to be constant.
Hmm, I wanted to only give you hints, but now I went and wrote down the full answer... But at least I didn't put that much explanation, so you still need to do some work to understand the solution below. ;)
Let $c$ be standing for cupcakes, $m$ for muffins and $a$ for the appetite of a single clone per hour. Then you have the following equations:
$\begin{align*} 100a &= 1500c + 1000m \\ 2\cdot 60a &= 1200c + 1500m \\ 3\cdot 50a &= 750c + xm \end{align*}$
Putting this into a matrix, we get $$A = \begin{pmatrix} -100 & 1500 & 1000 \\ -120 & 1200 & 1500 \\ -150 & 750 & x\end{pmatrix}.$$
This matrix should have a non-trivial null space. (why?) How to check if the null space is non-trivial? Simple: The determinant has to be zero. The determinant of that thing is $60000x - 135000000$, so $x = 2250$.