Question 836255
If below is what you meant, the first operation should be within
the parens (3-5)
{{{3+(3-5)^2/2(-2)}}}
{{{3+(-2)^2/2(-2)}}}
next apply the exponent
{{{3+4/2(-2)}}}
now multiply 2(-2)
{{{3+4/-4}}}
division is next
{{{3+(-1)}}}
2
If you meant {{{3+((3-5)^2/2)*(-2)}}}
within parens goes first
{{{3+((-2)^2/2)*(-2)}}}
apply exponent
{{{3+(4/2)*(-2)}}}
{{{3+(2)*(-2)}}}
{{{3+(-4)}}}
-1