Name:
Anonymous
2010-07-09 4:45
(sqrt((a-b)^2+(c-d)^2+(e-f)^2))^3
Name:
Anonymous
2010-07-09 14:48
(sqrt( (a-b)^2 + (c-d)^2 + (e-f)^2 ))^3
( (a-b)^2 + (c-d)^2 + (e-f)^2 )^(3/2)
(a^2 - 2ab + b^2 + c^2 - 2cd + d^2 + e^2 - 2ef + f^2)^(3/2)
... I am not cubing that. You can't make me.