Simple square-root calculation parsing /order of operations

95 Views Asked by At

I'm started highschool, and this came up today. Not really cared about the anwser, but could someone kindly recall to me, that what is the right way to "parse" this calculation:

$$ \sqrt[4]{162}-\sqrt[4]{2} $$

I just can't figure out anything else than: (4*sqr(162))-(4*sqr(2))=~45,25