answersLogoWhite

0


Best Answer

V = 3,053.6 cubic meters.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Find the volume of a sphere of radius 9 meters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the volume of a sphere with a radius of 2.4 meters?

You can find the volume of a sphere by V = (4/3)*pi*r3 where r is the radius of the sphere. So in your case, the volume would be approximately 57.90583579 m3


The radius of a sphere is given by the formula r 0.7 5V 13 where V is its volume Find the radius of a spherical tankthat has a volume of 32 3 cubic meters?

What is the radius of a sphere is given by the formula r 0.7 5V 13 .that has a volume of 32 3 cubic meters where V is its volume. Find the radius of a spherical tank


Radius of a sphere The radius of a sphere is given by the formula r 0.7 5V 1 3 where V is its volume Find the radius of a spherical tank that has a volume of 32 3 cubic meters?

Do you mean 32.3 or 323 cubic meters? Assuming that it is 323 then: The volume of a sphere = 4/3*pi*radius3 So by making the radius the subject of the equation: radius = the cube root of (3*V divided by 4*pi) radius = 4.256356255 meters Check: 4/3*pi*4.2563562553 = 323 cubic meters


How do you find the density of a sphere given its mass and radius?

Density = mass/ volume volume= 4/3(pie)(r^3) ***r= radius in meters** so find volume then divide mass by volume and there you go.


Suppose the sphere below with radius r has a volume equal to 50 units3 Find the volume of the sphere with twice the radius?

A sphere with a volume of 50 units3 has a radius of 2.29 units. A sphere with twice the radius (4.58 units) has a volume of 402 units3.


How do you find the height of a sphere when you have the volume 1232 and radius 7?

If the radius is 7 and the volume is 1232 the shape cannot be a sphere so you cannot find the height of a sphere when the shape is not a sphere!


Find the volume of a sphere?

The formula for the volume of a sphere is based on the radius of the sphere. It is equal to 4/3 multiplied by pi, multiplied by the radius cubed.


What is the volume of a sphere with a radius of 10.2?

The formula to find the volume of a sphere us V = 4/3πr3, where V is volume, π is pi, which can be rounded to 3.14, and r is the radius. In order to find the volume of your sphere, the radius has to have a length unit, such as 10.2 cm or 10.2 inches.


How do you find the surface area of a sphere when its volume is 523.5987756 cubic cm?

Use the formula for volume to solve for the radius of the sphere and then plug that radius into the formula for the surface area of a sphere.


Suppose the sphere below with radius r has a volume equal to 45 units3 Find the volume of the sphere with twice the radius?

360 units cubed


How do you write a C program to find area of a sphere insimple launge?

The "area of a sphere" does not make sense. You must mean the "volume of a sphere". double radius = ...; double volume = 4. / 3. * 3.141592653589793 * radius * radius * radius;


How do you find the height of a sphere when you have the volume?

Vol = 4/3*pi*r3 so given the volume, you can calculate the radius. Height of sphere = 2*radius.