Difference between revisions of "Perimeter"

m
(added problem example section)
Line 12: Line 12:
  
 
* Regular geometric figure with n sides - ns, where s is the length of the side
 
* Regular geometric figure with n sides - ns, where s is the length of the side
 +
 +
 +
== Introductory Example Problems ==
 +
* [[2006_AMC_10B_Problems/Problem_6 | 2006 AMC 10B Problem 6]]

Revision as of 14:35, 18 July 2006

Definition

The perimeter of a geometric figure is the distance around the edge of the figure. Perimeter is often denoted by P. The perimeter of a circle is called its circumference.

Formulas

  • Square - 4s, where s is the side length
  • Rectangle - 2(l+w), where l is the length and w is the width
  • Circle - $2\pi r$, where r is the radius
  • Regular geometric figure with n sides - ns, where s is the length of the side


Introductory Example Problems