KimS said:I am trying to solve this equation:
3 * sqrrt(x+4) - 5 = 8
I am thinking that the order of operations is : square, *1/3, -4, +5, but when I check my work I don't get a confirmation that what I've done is correct. Am I not understanding something?
KimS said:This would mean the order of operations is : +5, *1/3, ^2,-4, which doesn't seem to conform to PEMDAS.