View Single Post
If it's (abcdx)^3, then it's (a^3)*(b^3)*...*(x^3). If it's abcdx^3, then it means a*b*c*d*(x^3). Rising to a power is a higher level operator than division and multiplication.