Question 937858
cubeRoot( x^6/250 )
---
method 1:
cubeRoot( 1/250 ) * cubeRoot( x^6 )
0.158740105197 * cubeRoot( x^3 * x^3 )
0.158740105197 * cubeRoot( x^3 ) * cubeRoot( x^3 )
0.158740105197 * x * x
0.158740105197 * xx
---
method 2:
cubeRoot( 1/250 ) * cubeRoot( x^6 )
0.158740105197 * x^(6/3)
0.158740105197 * x^2
0.158740105197 * xx
---
Free algebra tutoring live chat:
https://sooeet.com/chat.php?gn=algebra
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations with quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
---