Artifact A Artifact B Artifact C

ISU Artifact - Part A

Use the links below to jump to different sections of the webpage

Volume Relationships

Volume is the amount of space occupied or enclosed by a 3-dimensional object.

Summative code that lets you choose what you want to find:

"What do you want to find the volume of? Type either Cylinder, Cone, Pyramid or Prism: "


Measurement Calculations in Three Dimensions

Surface area is the total area of the surface of a 3-dimensional object.

Effects of Changing Dimensions

Modifying a shape’s dimensions can affect its perimeter, area, surface area and volume differently, depending on which dimension is adjusted.

Key Concepts:

  1. Doubling, Tripling, Quadrupling, etc. a square's side length or a circle's radius will change its perimeter or circumference by the same factor of 2,3 and 4 respectively. i.e n[P(l)] = P(nl)
    Practice with the Python Program below:

    "Knowing that the perimeter of a square with side length 5 is 20, find the perimeter of another square whose side length is 13:"

  2. Doubling, Tripling, Quadrupling, etc. a square's side length or a circle's radius will change its area by the squared factor of 4,9 and 16 respectively. i.e n^2[A(l)] = A(nl)
    Practice with the Python Program below:

    "Knowing that the area of a square with side length 3 is 9, find the perimeter of another square whose side length is 18:"

  3. Doubling, Tripling, Quadrupling, etc. a cube's side length or a sphere's radius will change its volume by the cubed factor of 8,27 and 64 respectively. i.e n^3[V(l)] = V(nl)
    Practice with the Python Program below:

    "Knowing that the volume of a square with side length 4 is 64, find the perimeter of another square whose side length is 8:"