Notes and Code | Outcome |
---|---|
SphereWrite a function that calculates the surface area (A) of a sphere of radius (r). $$ A = 4 \pi r^2 $$ |
Show Notes ▼
|
SphereTest the function by finding the surface area of a sphere with radius 5. |
Code
Show Notes ▼
Show Notes ▼
|
Sphere function test (multiple values)Use your sphere function to find the surface areas of spheres with radii: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. |
Code.
Show Notes ▼
Show Notes ▼
|
Sphere: VolumeWrite a function that calculates the volume (V) of a sphere of radius (r). $$ V = \frac{4}{3} \pi r^3 $$ |
|
CylinderWrite functions to find the surface area and volumes of cylinders. |
|
Rectangular PrismsWrite functions to find the surface area and volumes of rectangular prisms. |
|
TrianglesChallenge:
|