Click in cell D21 and type this:
=(D22*2.83)+D19
In this case, you can eliminate the parentheses, but as your formula gets more complex, you'll need them for Excel to calculate values in the right order.
=((D22*2.83)+D19)/2
is very different from
=D22*2.83+D19/2
:)