Webwork’s Cube Root Function: Find Exact And Approximate Roots
In WebWork, use the cubeRoot(x) function to find the cube root of a number x. For instance, cubeRoot(27) returns 3. WebWork also supports approximations for non-perfect cubes using calculators, such as approx(cubeRoot(100)), which estimates the cube root of 100. For perfect cubes, identify the prime factorization and group factors into sets of three to find…