Sorry Rosala I misunderstood your question
\\\frac{Flour}{Milk}=\frac{1}{1\frac{2}{4}}=\frac{flour\;needed}{2\frac{1}{2}}\\\\\\
\begin{array}{rll} \frac{1}{1\frac{2}{4}}&=&\frac{flour\;needed}{2\frac{1}{2}}\\\\
2\frac{1}{2}\times \frac{1}{1\frac{2}{4}}&=&2\frac{1}{2}\times \frac{flour\;needed}{2\frac{1}{2}}\\\\
2\frac{1}{2}\times \frac{1}{1\frac{2}{4}}&=&\;flour\;needed\\\\
flour\;needed&=&\;2\frac{1}{2}\div {1\frac{2}{4}}\\\\
\end{array}
This is the LaTex that I used. It looks horrible when it is in a big chunk like this but you can learn to do it a little a time. It is not that hard.
---------------------------------------------------------------------
Just look at this bit
\frac{flour\;needed}{2\frac{1}{2}}
$$\frac{flour\;needed}{2\frac{1}{2}}$$ this is the LaTex output
\ means that a function will follow
frac means fraction the top is in the first parenthesis { } and the bottom is in the next parenthesis { }
But you can see I have embedded another fraction inside second lot of parenthesis so there will be a fraction on the bottom.
Does that make sense?