Question 1053763
You can check this with other tutors, but what I
learned is that this is the order of operations:
My Dear Aunt Sally, which is:
multiplication, division, addition, subtraction
-----------------------------------------
{{{ 5 - 2 + 12 / 4 }}}
There is no multiplication, so next look for divisions:
{{{ 5 - 2 + ( 12/4 ) }}}
{{{ 5 - 2 + 3 }}}
That's all the divisions, so now look for additions:
{{{ 5 - ( 2 + 3 ) }}}
{{{ 5 - 5 }}}
That's all the additions, now do the subtraction:
{{{ 5 - 5 = 0 }}} answer
-------------------------
Definitely get a 2nd opinion on this. I could be wrong.