2018-10-12 15:37:13 -04:00
|
|
|
---
|
|
|
|
|
title: Surface Area of a Sphere
|
|
|
|
|
---
|
|
|
|
|
## Surface Area of a Sphere
|
|
|
|
|
|
2019-03-11 12:02:25 -07:00
|
|
|
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 (<em>π</em> ≈ 3.14159).
|
2018-10-12 15:37:13 -04:00
|
|
|
|
2019-03-11 12:02:25 -07:00
|
|
|
### Example:
|
|
|
|
|
*Problem:* Given a sphere with a radius of 11 inches, find its surface area.
|
2018-10-12 15:37:13 -04:00
|
|
|
|
2019-03-11 12:02:25 -07:00
|
|
|
*Solution:* A = 4×*π*×11² ≈ 1520.5 square inches
|
2018-10-12 15:37:13 -04:00
|
|
|
|
|
|
|
|
#### More Information:
|
|
|
|
|
|
2019-03-11 12:02:25 -07:00
|
|
|
- [Wikipedia](https://en.wikipedia.org/wiki/Sphere)
|