Write a python program to calculate the radius of a sphere whose area is given
Answers
Answer : Python Surface Area of Sphere
Surface Area of a Sphere = 4πr² (Where r is radius of the sphere). From the above formula, If we know the Surface Area of a sphere then we can calculate the radius of a Sphere using the formula: Radius of a Sphere = √sa / 4π (Where sa is the Surface Area of a sphere).
Python Surface Area of Sphere
A Sphere looks like a basketball or we can say the three-dimensional view of a circle. If we know the radius of the Sphere then we can calculate the Surface Area of Sphere using formula:
Surface Area of a Sphere = 4πr² (Where r is radius of the sphere).
From the above formula, If we know the Surface Area of a sphere then we can calculate the radius of a Sphere using the formula:
Radius of a Sphere = √sa / 4π (Where sa is the Surface Area of a sphere).