Files
freeCodeCamp/guide/english/mathematics/surface-area-of-a-sphere/index.md

18 lines
539 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
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 **&pi;** is the ratio of a circle's circumference to its diameter (<em>&pi;</em> &approx; 3.14159).
2018-10-12 15:37:13 -04:00
### Example:
*Problem:* Given a sphere with a radius of 11 inches, find its surface area.
2018-10-12 15:37:13 -04:00
*Solution:* A = 4&times;*&pi;*&times;11&sup2; &approx; 1520.5 square inches
2018-10-12 15:37:13 -04:00
#### More Information:
- [Wikipedia](https://en.wikipedia.org/wiki/Sphere)