Files
freeCodeCamp/guide/english/mathematics/surface-area-of-a-sphere/index.md
Andrew Mackie 7086ed7007 New article. (#28260)
* New article.

* Change to md format
2019-03-12 00:32:25 +05:30

539 B
Raw Blame History

title
title
Surface Area of a Sphere

Surface Area of a Sphere

The surface area A of a sphere with radius r may be calculated by the following formula:

A = 4πr²

where π is the ratio of a circle's circumference to its diameter (π ≈ 3.14159).

Example:

Problem: Given a sphere with a radius of 11 inches, find its surface area.

Solution: A = 4×π×11² ≈ 1520.5 square inches

More Information: