If x equals $${\mathtt{\pi}}$$ times y cubed and y equals the square root of 78. How would you determine the value of x?
I'm not sure if you meant "(pi * y)^3" or "pi * (y^3)".
If you meant "x = (π*y)3":
x = (π*y)3
y = sqrt(78)
you can replace then "y" in x's equation with sqrt(78) and work from there:
x = (π * sqrt(78))3
Let's expand this out to make it easier to work with.
x = π3 * sqrt(78)3
Seeing as "sqrt(78)" is being raised to a power above 2, it's possible to simplify it further.
x = π3 * sqrt(78)2 * sqrt(78)
x = π3 * 78 * sqrt(78)
There's not much left to do other than to multiply it all together.
x = 31.006 * 78 * 8.832
x = 21360
If you meant "x = n * (y3)":
x = π * (y3)
y = sqrt(78)
Again, let's just insert y into x's equation.
x = π * (sqrt(78))3
Again, we can simplify that square root down at least a little.
x = π * 78 * sqrt(78)
And now let's finish the equation.
x = 3.142 * 78 * 8.832
x = 2164.5