Question 211806
Remember the order-of-operations acronym "PEMDAS"
Parentheses.
Exponents.
Multiplication/Division.
Addition/Subtraction.
{{{highlight_green((124.23/(3/5)))+59.94*(1/4)}}}
Starting on the left side, do the division first.
{{{highlight_green(207.05)+highlight(59.94*(1/4))}}} Next, do the multiplication.
{{{highlight_green(207.05)+highlight(14.985)}}} Finally, do the addition.
{{{222.035}}}