Question 885451
Square root is usually typed sqrt(...), or \sqrt{...} in LaTeX. The cube root can be put by putting an optional argument [3] right after \sqrt, so the cube root of 200 is typeset as \sqrt[3]{200} which comes out as *[tex \large \sqrt[3]{200}].


The best way to type 200^(1/3) in LaTeX is 200^{\frac{1}{3}}, which comes out as *[tex \large 200^{\frac{1}{3}}]. For simplicity, 200^{1/3} also works, *[tex \large 200^{1/3}].