SOLUTION: How do I enter 5 cuberoot 5x into a math program? I can’t get my program to recognize the cube root

Algebra ->  Distributive-associative-commutative-properties -> SOLUTION: How do I enter 5 cuberoot 5x into a math program? I can’t get my program to recognize the cube root       Log On


   



Question 1184645: How do I enter 5 cuberoot 5x into a math program? I can’t get my program to recognize the cube root
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

open parentheses { (three of those)
type root(3,5x)
close parentheses } (three of those)
root%283%2C5x%29