Surface Area of Rectangular Prisms
@BootstrapWorld
Surface Area of a prism
Open the Prism Starter File, click “Run” and type prism into the Interactions Area.
Notice that the faces and edges of the prism are labeled.
Faces are the shapes on the outside of the figure.
Edges are the line segments where the faces of solid figures meet in each of the three dimensions.
How would you describe the faces of this prism?
Surface Area of a prism
You are going to work through this file, reading the commented code for instructions. Be sure to save a copy of this file before leaving this page.
Take special note of line 22.
It reads (define lst (list front)) , which defines lst to be a list of values.
This list should include all of the faces of the prism. Right now it only includes front.
Building your prism
Synthesize