To solve the problem of calculating the area and perimeter of circles given their radii, we will use the formulas for the area \( A = \pi r^2 \) and the perimeter (circumference) \( C = 2\pi r \). For each given radius, we will compute both the area and the perimeter using these formulas.
Para calcular el área \(A\) de un círculo, utilizamos la fórmula:
\[
A = \pi r^2
\]
donde \(r\) es el radio del círculo.
Para el radio \(r = 3 \, \text{cm}\):
\[
A = \pi (3)^2 = 9\pi \, \text{cm}^2
\]
Para calcular el perímetro \(P\) (también conocido como circunferencia) de un círculo, utilizamos la fórmula:
\[
P = 2\pi r
\]
Para el radio \(r = 3 \, \text{cm}\):
\[
P = 2\pi (3) = 6\pi \, \text{cm}
\]
Para el radio \(r = 7 \, \text{cm}\):
\[
A = \pi (7)^2 = 49\pi \, \text{cm}^2
\]
Para el perímetro:
\[
P = 2\pi (7) = 14\pi \, \text{cm}
\]
Para el radio \(r = 12.5 \, \text{cm}\):
\[
A = \pi (12.5)^2 = 156.25\pi \, \text{cm}^2
\]
Para el perímetro:
\[
P = 2\pi (12.5) = 25\pi \, \text{cm}
\]