#set document(title: "10.7 Volume and Surface Area", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 10.7#h(0.6em)Volume and Surface Area #figure(figph[A 3D floor plan diagram.], alt: "A 3D floor plan diagram.", caption: [Volume is illustrated in this 3-dimensional view of an interior space. This gives a buyer a more realistic interpretation of space.]) === Learning Objectives After completing this section, you should be able to: + Calculate the surface area of right prisms and cylinders. + Calculate the volume of right prisms and cylinders. + Solve application problems involving surface area and volume. Volume and surface area are two measurements that are part of our daily lives. We use volume every day, even though we do not focus on it. When you purchase groceries, volume is the key to pricing. Judging how much paint to buy or how many square feet of siding to purchase is based on surface area. The list goes on. An example is a three-dimensional rendering of a floor plan. These types of drawings make building layouts far easier to understand for the client. It allows the viewer a realistic idea of the product at completion; you can see the natural space, the volume of the rooms. This section gives you practical information you will use consistently. You may not remember every formula, but you will remember the concepts, and you will know where to go should you want to calculate volume or surface area in the future. We will concentrate on a few particular types of three-dimensional objects: right prisms and right cylinders. The adjective “right” refers to objects such that the sides form a right angle with the base. We will look at right rectangular prisms, right triangular prisms, right hexagonal prisms, right octagonal prisms, and right cylinders. Although, the principles learned here apply to all right prisms. === Three-Dimensional Objects In geometry, three-dimensional objects are called #strong[geometric solids]. Surface area refers to the flat surfaces that surround the solid and is measured in square units. Volume refers to the space inside the solid and is measured in cubic units. Imagine that you have a square flat surface with width and length. Adding the third dimension adds depth or height, depending on your viewpoint, and now you have a box. One way to view this concept is in the Cartesian coordinate three-dimensional space. The #math.equation(block: false, alt: "x")[$x$]-axis and the #math.equation(block: false, alt: "y")[$y$]-axis are, as you would expect, two dimensions and suitable for plotting two-dimensional graphs and shapes. Adding the #math.equation(block: false, alt: "z")[$z$]-axis, which shoots through the origin perpendicular to the #math.equation(block: false, alt: "x y")[$x y$]-plane, and we have a third dimension. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((24.00pt, 50.40pt), (69.73pt, 76.80pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((69.73pt, 76.80pt), (115.45pt, 50.40pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((69.73pt, 76.80pt), (69.73pt, 156.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 50.40pt), (69.73pt, 24.00pt), stroke: 0.7pt + black) line((69.73pt, 24.00pt), (69.73pt, 103.20pt), stroke: 0.7pt + black) line((69.73pt, 103.20pt), (24.00pt, 129.60pt), stroke: 0.7pt + black) line((24.00pt, 129.60pt), (24.00pt, 50.40pt), stroke: 0.7pt + black) line((69.73pt, 24.00pt), (115.45pt, 50.40pt), stroke: 0.7pt + black) line((115.45pt, 50.40pt), (115.45pt, 129.60pt), stroke: 0.7pt + black) line((115.45pt, 129.60pt), (69.73pt, 103.20pt), stroke: 0.7pt + black) line((24.00pt, 129.60pt), (69.73pt, 156.00pt), stroke: 0.7pt + black) line((69.73pt, 156.00pt), (115.45pt, 129.60pt), stroke: 0.7pt + black) })]), alt: "A rectangular prism is plotted on an x y z plane. The rectangular prism is drawn by connecting two square planes.", caption: [Three-Dimensional Space], ) Here is another view taking the two-dimensional square to a third dimension. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((24.00pt, 57.00pt), (81.16pt, 90.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((81.16pt, 90.00pt), (138.32pt, 57.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((81.16pt, 90.00pt), (81.16pt, 156.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 57.00pt), (81.16pt, 24.00pt), stroke: 0.7pt + black) line((81.16pt, 24.00pt), (81.16pt, 90.00pt), stroke: 0.7pt + black) line((81.16pt, 90.00pt), (24.00pt, 123.00pt), stroke: 0.7pt + black) line((24.00pt, 123.00pt), (24.00pt, 57.00pt), stroke: 0.7pt + black) line((81.16pt, 24.00pt), (138.32pt, 57.00pt), stroke: 0.7pt + black) line((138.32pt, 57.00pt), (138.32pt, 123.00pt), stroke: 0.7pt + black) line((138.32pt, 123.00pt), (81.16pt, 90.00pt), stroke: 0.7pt + black) line((24.00pt, 123.00pt), (81.16pt, 156.00pt), stroke: 0.7pt + black) line((81.16pt, 156.00pt), (138.32pt, 123.00pt), stroke: 0.7pt + black) content((52.58pt, 32.50pt), anchor: "north", text(size: 9pt)[two dimensions]) content((16.00pt, 90.00pt), anchor: "east", text(size: 9pt)[three dimensions]) })]), alt: "An illustration shows an arrow from a square pointing to a cube. The square is labeled two dimensions. The cube is labeled three dimensions.", caption: [Going from Two Dimensions to Three Dimensions], ) To study objects in three dimensions, we need to consider the formulas for surface area and volume. For example, suppose you have a box with a hinged lid that you want to use for keeping photos, and you want to cover the box with a decorative paper. You would need to find the surface area to calculate how much paper is needed. Suppose you need to know how much water will fill your swimming pool. In that case, you would need to calculate the volume of the pool. These are just a couple of examples of why these concepts should be understood, and familiarity with the formulas will allow you to make use of these ideas as related to right prisms and right cylinders. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((24.00pt, 63.60pt), (69.73pt, 90.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((69.73pt, 90.00pt), (138.32pt, 50.40pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((69.73pt, 90.00pt), (69.73pt, 156.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 63.60pt), (92.59pt, 24.00pt), stroke: 0.7pt + black) line((92.59pt, 24.00pt), (92.59pt, 90.00pt), stroke: 0.7pt + black) line((92.59pt, 90.00pt), (24.00pt, 129.60pt), stroke: 0.7pt + black) line((24.00pt, 129.60pt), (24.00pt, 63.60pt), stroke: 0.7pt + black) line((92.59pt, 24.00pt), (138.32pt, 50.40pt), stroke: 0.7pt + black) line((138.32pt, 50.40pt), (138.32pt, 116.40pt), stroke: 0.7pt + black) line((138.32pt, 116.40pt), (92.59pt, 90.00pt), stroke: 0.7pt + black) line((24.00pt, 129.60pt), (69.73pt, 156.00pt), stroke: 0.7pt + black) line((69.73pt, 156.00pt), (138.32pt, 116.40pt), stroke: 0.7pt + black) content((58.29pt, 35.80pt), anchor: "north", text(size: 9pt)[l]) content((123.45pt, 37.20pt), anchor: "west", text(size: 9pt)[w]) content((16.00pt, 96.60pt), anchor: "east", text(size: 9pt)[h]) })]), alt: "A rectangular prism with its length, width, and height marked l, w, and h.", caption: none, ) === Right Prisms A #strong[right prism] is a particular type of three-dimensional object. It has a polygon-shaped base and a congruent, regular polygon-shaped top, which are connected by the height of its lateral sides, as shown. The lateral sides form a right angle with the base and the top. There are rectangular prisms, hexagonal prisms, octagonal prisms, triangular prisms, and so on. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((85.74pt, 59.64pt), (121.18pt, 39.18pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((121.18pt, 39.18pt), (107.64pt, 47.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((107.64pt, 47.00pt), (63.83pt, 72.29pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((63.83pt, 72.29pt), (50.29pt, 80.11pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((50.29pt, 80.11pt), (85.74pt, 59.64pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((37.54pt, 57.11pt), (63.83pt, 72.29pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 64.93pt), (50.29pt, 80.11pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((59.45pt, 44.47pt), (94.89pt, 24.00pt), stroke: 0.7pt + black) line((59.45pt, 120.36pt), (94.89pt, 99.89pt), stroke: 0.7pt + black) line((94.89pt, 24.00pt), (81.36pt, 31.82pt), stroke: 0.7pt + black) line((94.89pt, 99.89pt), (81.36pt, 107.71pt), stroke: 0.7pt + black) line((81.36pt, 31.82pt), (37.54pt, 57.11pt), stroke: 0.7pt + black) line((81.36pt, 107.71pt), (37.54pt, 133.00pt), stroke: 0.7pt + black) line((37.54pt, 57.11pt), (24.00pt, 64.93pt), stroke: 0.7pt + black) line((37.54pt, 133.00pt), (24.00pt, 140.82pt), stroke: 0.7pt + black) line((24.00pt, 64.93pt), (59.45pt, 44.47pt), stroke: 0.7pt + black) line((24.00pt, 140.82pt), (59.45pt, 120.36pt), stroke: 0.7pt + black) line((59.45pt, 44.47pt), (59.45pt, 120.36pt), stroke: 0.7pt + black) line((59.45pt, 120.36pt), (85.74pt, 135.53pt), stroke: 0.7pt + black) line((94.89pt, 24.00pt), (94.89pt, 99.89pt), stroke: 0.7pt + black) line((94.89pt, 99.89pt), (121.18pt, 115.07pt), stroke: 0.7pt + black) line((81.36pt, 31.82pt), (81.36pt, 107.71pt), stroke: 0.7pt + black) line((81.36pt, 107.71pt), (107.64pt, 122.89pt), stroke: 0.7pt + black) line((85.74pt, 135.53pt), (121.18pt, 115.07pt), stroke: 0.7pt + black) line((121.18pt, 115.07pt), (107.64pt, 122.89pt), stroke: 0.7pt + black) line((107.64pt, 122.89pt), (63.83pt, 148.18pt), stroke: 0.7pt + black) })]), alt: "A pentagonal prism. The top and base of the prism show a pentagon. The lateral sides are also labeled.", caption: [Pentagonal Prism], ) Generally, to calculate surface area, we find the area of each side of the object and add the areas together. To calculate volume, we calculate the space inside the solid bounded by its sides. #notebox("Formula", rgb("#059669"), rgb("#007942"), rgb("#EAF3EC"))[ The formula for the #strong[surface area] of a right prism is equal to twice the area of the base plus the perimeter of the base times the height, #math.equation(block: false, alt: "S A equals 2 B plus p h ,")[$S A = 2 B + p h ,$] where #math.equation(block: false, alt: "B")[$B$] is equal to the area of the base and top, #math.equation(block: false, alt: "p")[$p$] is the perimeter of the base, and #math.equation(block: false, alt: "h")[$h$] is the height. ] #notebox("Formula", rgb("#059669"), rgb("#007942"), rgb("#EAF3EC"))[ The formula for the volume of a rectangular prism, given in cubic units, is equal to the area of the base times the height, #math.equation(block: false, alt: "V equals B times h ,")[$V = B ⋅ h ,$] where #math.equation(block: false, alt: "B")[$B$] is the area of the base and #math.equation(block: false, alt: "h")[$h$] is the height. ] #examplebox("Example 1")[Calculating Surface Area and Volume of a Rectangular Prism][ Find the surface area and volume of the rectangular prism that has a width of 10 cm, a length of 5 cm, and a height of 3 cm . #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((24.00pt, 74.81pt), (68.00pt, 100.21pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((68.00pt, 100.21pt), (156.00pt, 49.40pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((68.00pt, 100.21pt), (68.00pt, 130.69pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 74.81pt), (112.00pt, 24.00pt), stroke: 0.7pt + black) line((112.00pt, 24.00pt), (112.00pt, 54.48pt), stroke: 0.7pt + black) line((112.00pt, 54.48pt), (24.00pt, 105.29pt), stroke: 0.7pt + black) line((24.00pt, 105.29pt), (24.00pt, 74.81pt), stroke: 0.7pt + black) line((112.00pt, 24.00pt), (156.00pt, 49.40pt), stroke: 0.7pt + black) line((156.00pt, 49.40pt), (156.00pt, 79.89pt), stroke: 0.7pt + black) line((156.00pt, 79.89pt), (112.00pt, 54.48pt), stroke: 0.7pt + black) line((24.00pt, 105.29pt), (68.00pt, 130.69pt), stroke: 0.7pt + black) line((68.00pt, 130.69pt), (156.00pt, 79.89pt), stroke: 0.7pt + black) content((142.00pt, 36.70pt), anchor: "west", text(size: 9pt)[l = 5 cm]) content((68.00pt, 41.40pt), anchor: "north", text(size: 9pt)[w = 10 cm]) content((16.00pt, 90.05pt), anchor: "east", text(size: 9pt)[h = 3 cm]) })]), alt: "A rectangular prism with its length, width, and height marked l equals 5 centimeters, w equals 10 centimeters, and h equals 3 centimeters.", caption: none, ) #solutionbox[ The surface area is #math.equation(block: false, alt: "S A equals 2 open parenthesis 10 close parenthesis open parenthesis 5 close parenthesis plus 2 open parenthesis 5 close parenthesis open parenthesis 3 close parenthesis plus 2 open parenthesis 10 close parenthesis open parenthesis 3 close parenthesis equals 190 cm squared .")[$S A = 2 ( 10 ) ( 5 ) + 2 ( 5 ) ( 3 ) + 2 ( 10 ) ( 3 ) = 190 #h(0.28em) "cm"^(2) .$] The volume is #math.equation(block: false, alt: "V equals 10 open parenthesis 5 close parenthesis open parenthesis 3 close parenthesis equals 150 cm cubed .")[$V = 10 ( 5 ) ( 3 ) = 150 #h(0.28em) "cm"^(3) .$] ] ] In , we have three views of a right hexagonal prism. The regular hexagon is the base and top, and the lateral faces are the rectangular regions perpendicular to the base. We call it a right prism because the angle formed by the lateral sides to the base is #math.equation(block: false, alt: "90 degrees .")[$90^(∘) .$] #figure( stdfig([#grid(columns: 3, gutter: 1.5em, [#cetz.canvas({ import cetz.draw: * content((60.01pt, 194.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Front View]) line((96.01pt, 42.08pt), (96.01pt, 42.08pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((96.01pt, 42.08pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((75.67pt, 53.83pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((55.32pt, 65.58pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((55.32pt, 65.58pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((75.67pt, 53.83pt), (96.01pt, 42.08pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 47.49pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 47.49pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((44.35pt, 35.75pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((64.69pt, 24.00pt), (64.69pt, 24.00pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (44.35pt, 35.75pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (24.00pt, 47.49pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (24.00pt, 137.92pt), stroke: 0.7pt + black) line((24.00pt, 47.49pt), (24.00pt, 47.49pt), stroke: 0.7pt + black) line((24.00pt, 137.92pt), (24.00pt, 137.92pt), stroke: 0.7pt + black) line((24.00pt, 47.49pt), (44.35pt, 35.75pt), stroke: 0.7pt + black) line((24.00pt, 137.92pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (64.69pt, 24.00pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (75.67pt, 144.25pt), stroke: 0.7pt + black) line((96.01pt, 132.51pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((96.01pt, 132.51pt), (75.67pt, 144.25pt), stroke: 0.7pt + black) line((75.67pt, 144.25pt), (55.32pt, 156.00pt), stroke: 0.7pt + black) content((16.00pt, 92.70pt), anchor: "east", text(size: 9pt)[h = 20 centimeters]) content((64.69pt, 16.00pt), anchor: "north", text(size: 9pt)[S = 6 centimeters]) })], [#cetz.canvas({ import cetz.draw: * content((60.01pt, 194.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Top View]) line((96.01pt, 42.08pt), (96.01pt, 42.08pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((96.01pt, 42.08pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((75.67pt, 53.83pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((55.32pt, 65.58pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((55.32pt, 65.58pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((75.67pt, 53.83pt), (96.01pt, 42.08pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 47.49pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 47.49pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((44.35pt, 35.75pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((64.69pt, 24.00pt), (64.69pt, 24.00pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (44.35pt, 35.75pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (24.00pt, 47.49pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (24.00pt, 137.92pt), stroke: 0.7pt + black) line((24.00pt, 47.49pt), (24.00pt, 47.49pt), stroke: 0.7pt + black) line((24.00pt, 137.92pt), (24.00pt, 137.92pt), stroke: 0.7pt + black) line((24.00pt, 47.49pt), (44.35pt, 35.75pt), stroke: 0.7pt + black) line((24.00pt, 137.92pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (64.69pt, 24.00pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (75.67pt, 144.25pt), stroke: 0.7pt + black) line((96.01pt, 132.51pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((96.01pt, 132.51pt), (75.67pt, 144.25pt), stroke: 0.7pt + black) line((75.67pt, 144.25pt), (55.32pt, 156.00pt), stroke: 0.7pt + black) content((64.69pt, 16.00pt), anchor: "north", text(size: 9pt)[S = 6 centimeters]) content((54.52pt, 21.87pt), anchor: "north", text(size: 9pt)[a = 5.2 centimeters]) })], [#cetz.canvas({ import cetz.draw: * content((60.01pt, 194.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[3D View]) line((96.01pt, 42.08pt), (96.01pt, 42.08pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((96.01pt, 42.08pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((75.67pt, 53.83pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((55.32pt, 65.58pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((55.32pt, 65.58pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((75.67pt, 53.83pt), (96.01pt, 42.08pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 47.49pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 47.49pt), (55.32pt, 65.58pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((44.35pt, 35.75pt), (75.67pt, 53.83pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((64.69pt, 24.00pt), (64.69pt, 24.00pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (44.35pt, 35.75pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (24.00pt, 47.49pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (24.00pt, 137.92pt), stroke: 0.7pt + black) line((24.00pt, 47.49pt), (24.00pt, 47.49pt), stroke: 0.7pt + black) line((24.00pt, 137.92pt), (24.00pt, 137.92pt), stroke: 0.7pt + black) line((24.00pt, 47.49pt), (44.35pt, 35.75pt), stroke: 0.7pt + black) line((24.00pt, 137.92pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (64.69pt, 24.00pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((64.69pt, 24.00pt), (64.69pt, 114.42pt), stroke: 0.7pt + black) line((64.69pt, 114.42pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((44.35pt, 35.75pt), (44.35pt, 126.17pt), stroke: 0.7pt + black) line((44.35pt, 126.17pt), (75.67pt, 144.25pt), stroke: 0.7pt + black) line((96.01pt, 132.51pt), (96.01pt, 132.51pt), stroke: 0.7pt + black) line((96.01pt, 132.51pt), (75.67pt, 144.25pt), stroke: 0.7pt + black) line((75.67pt, 144.25pt), (55.32pt, 156.00pt), stroke: 0.7pt + black) content((16.00pt, 92.70pt), anchor: "east", text(size: 9pt)[h = 20 centimeters]) content((64.69pt, 16.00pt), anchor: "north", text(size: 9pt)[S = 6 centimeters]) })] )]), alt: "Three views of a right hexagonal prism. The first view shows the front view of the prism. The height of the prism is labeled h equals 20 centimeters. Each side of the hexagon is labeled S equals 6 centimeters. The second view shows the top view of the prism. Each side of the hexagon is labeled S equals 6 centimeters. The apothem is labeled a equals 5.2 centimeters. The third view shows the prism in 3 D-view. The height of the prism is labeled h equals 20 centimeters. Each side of the hexagon is labeled S equals 6 centimeters.", caption: [Right Hexagonal Prism], ) The first image is a view of the figure straight on with no rotation in any direction. The middle figure is the base or the top. The last figure shows you the solid in three dimensions. To calculate the surface area of the right prism shown in , we first determine the area of the hexagonal base and multiply that by 2, and then add the perimeter of the base times the height. Recall the area of a regular polygon is given as #math.equation(block: false, alt: "A equals the fraction 1 over 2 a p ,")[$A = frac(1, 2) a p ,$] where #math.equation(block: false, alt: "a")[$a$] is the apothem and #math.equation(block: false, alt: "p")[$p$] is the perimeter. We have that #math.equation(block: true, alt: "A sub b a s e equals the fraction 1 over 2 open parenthesis 5.2 close parenthesis open parenthesis 36 close parenthesis equals 93.6 cm squared")[$A_(b a s e) = frac(1, 2) ( 5.2 ) ( 36 ) = 93.6 #h(0.28em) "cm"^(2)$] Then, the surface area of the hexagonal prism is #math.equation(block: true, alt: "S A equals 2 open parenthesis 93.6 close parenthesis plus 36 open parenthesis 20 close parenthesis equals 907.2 in squared")[$S A = 2 ( 93.6 ) + 36 ( 20 ) = 907.2 #h(0.28em) "in"^(2)$] To find the volume of the right hexagonal prism, we multiply the area of the base by the height using the formula #math.equation(block: false, alt: "V equals B h .")[$V = B h .$] The base is #math.equation(block: false, alt: "93.6 cm squared ,")[$93.6 #h(0.28em) "cm"^(2) ,$] and the height is 20 #math.equation(block: false, alt: "cm")[$"cm"$]. Thus, #math.equation(block: true, alt: "V equals 93.6 open parenthesis 20 close parenthesis equals 1872 cm cubed .")[$V = 93.6 ( 20 ) = 1872 #h(0.28em) "cm"^(3) .$] #examplebox("Example 2")[Calculating the Surface Area of a Right Triangular Prism][ Find the surface area of the triangular prism . #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((54.90pt, 84.65pt), (129.05pt, 41.84pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((129.05pt, 41.84pt), (91.97pt, 63.24pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((91.97pt, 63.24pt), (54.90pt, 84.65pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 66.81pt), (54.90pt, 84.65pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((61.08pt, 45.41pt), (91.97pt, 63.24pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 66.81pt), (98.15pt, 24.00pt), stroke: 0.7pt + black) line((98.15pt, 24.00pt), (61.08pt, 45.41pt), stroke: 0.7pt + black) line((61.08pt, 45.41pt), (24.00pt, 66.81pt), stroke: 0.7pt + black) line((24.00pt, 138.16pt), (98.15pt, 95.35pt), stroke: 0.7pt + black) line((98.15pt, 95.35pt), (61.08pt, 116.76pt), stroke: 0.7pt + black) line((61.08pt, 116.76pt), (24.00pt, 138.16pt), stroke: 0.7pt + black) line((24.00pt, 66.81pt), (24.00pt, 138.16pt), stroke: 0.7pt + black) line((24.00pt, 138.16pt), (54.90pt, 156.00pt), stroke: 0.7pt + black) line((98.15pt, 24.00pt), (98.15pt, 95.35pt), stroke: 0.7pt + black) line((98.15pt, 95.35pt), (129.05pt, 113.19pt), stroke: 0.7pt + black) line((61.08pt, 45.41pt), (61.08pt, 116.76pt), stroke: 0.7pt + black) line((61.08pt, 116.76pt), (91.97pt, 134.59pt), stroke: 0.7pt + black) line((54.90pt, 156.00pt), (129.05pt, 113.19pt), stroke: 0.7pt + black) line((129.05pt, 113.19pt), (91.97pt, 134.59pt), stroke: 0.7pt + black) content((61.08pt, 23.01pt), anchor: "north", text(size: 9pt)[l = 8.49 inches]) content((61.08pt, 37.41pt), anchor: "north", text(size: 9pt)[l = 8.49 inches]) content((61.08pt, 51.81pt), anchor: "north", text(size: 9pt)[l = 12 inches]) content((16.00pt, 102.49pt), anchor: "east", text(size: 9pt)[h = 6 inches]) })]), alt: "A right triangular prism. The sides of the triangle are labeled l equals 8.49 inches, l equals 8.49 inches, and l equals 12 inches. The height of the triangle is labeled h equals 6 inches. The width of the prism is labeled w equals 10 inches.", caption: none, ) #solutionbox[ The area of the triangular base is #math.equation(block: false, alt: "A sub b a s e equals the fraction 1 over 2 open parenthesis 12 close parenthesis open parenthesis 6 close parenthesis equals 36 in squared")[$A_(b a s e) = frac(1, 2) ( 12 ) ( 6 ) = 36 #h(0.28em) "in"^(2)$]. The perimeter of the base is #math.equation(block: false, alt: "p equals 12 plus 8.49 plus 8.49 equals 28.98 in .")[$p = 12 + 8.49 + 8.49 = 28.98 #h(0.28em) "in" .$] Then, the surface area of the triangular prism is #math.equation(block: false, alt: "S A equals 2 open parenthesis 36 close parenthesis plus 28.98 open parenthesis 10 close parenthesis equals 361.8 in squared .")[$S A = 2 ( 36 ) + 28.98 ( 10 ) = 361.8 #h(0.28em) "in"^(2) .$] ] ] #examplebox("Example 3")[Finding the Surface Area and Volume][ Find the surface area and the volume of the right triangular prism with an equilateral triangle as the base and height . #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((54.90pt, 84.65pt), (129.05pt, 41.84pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((129.05pt, 41.84pt), (91.97pt, 63.24pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((91.97pt, 63.24pt), (54.90pt, 84.65pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 66.81pt), (54.90pt, 84.65pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((61.08pt, 45.41pt), (91.97pt, 63.24pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 66.81pt), (98.15pt, 24.00pt), stroke: 0.7pt + black) line((98.15pt, 24.00pt), (61.08pt, 45.41pt), stroke: 0.7pt + black) line((61.08pt, 45.41pt), (24.00pt, 66.81pt), stroke: 0.7pt + black) line((24.00pt, 138.16pt), (98.15pt, 95.35pt), stroke: 0.7pt + black) line((98.15pt, 95.35pt), (61.08pt, 116.76pt), stroke: 0.7pt + black) line((61.08pt, 116.76pt), (24.00pt, 138.16pt), stroke: 0.7pt + black) line((24.00pt, 66.81pt), (24.00pt, 138.16pt), stroke: 0.7pt + black) line((24.00pt, 138.16pt), (54.90pt, 156.00pt), stroke: 0.7pt + black) line((98.15pt, 24.00pt), (98.15pt, 95.35pt), stroke: 0.7pt + black) line((98.15pt, 95.35pt), (129.05pt, 113.19pt), stroke: 0.7pt + black) line((61.08pt, 45.41pt), (61.08pt, 116.76pt), stroke: 0.7pt + black) line((61.08pt, 116.76pt), (91.97pt, 134.59pt), stroke: 0.7pt + black) line((54.90pt, 156.00pt), (129.05pt, 113.19pt), stroke: 0.7pt + black) line((129.05pt, 113.19pt), (91.97pt, 134.59pt), stroke: 0.7pt + black) content((61.08pt, 37.41pt), anchor: "north", text(size: 9pt)[l = 12 cm]) content((16.00pt, 95.29pt), anchor: "east", text(size: 9pt)[h = 10.39 cm]) content((16.00pt, 109.69pt), anchor: "east", text(size: 9pt)[h = 10 cm]) })]), alt: "A right triangular prism. One of the sides of the triangle is labeled l equals 12 centimeters. The height of the triangle is labeled h equals 10.39 centimeters. The height of the prism is labeled h equals 10 centimeters.", caption: none, ) #solutionbox[ The area of the triangular base is #math.equation(block: false, alt: "A sub b a s e equals the fraction 1 over 2 open parenthesis 6 close parenthesis open parenthesis 10.39 close parenthesis equals 31.17 cm squared")[$A_(b a s e) = frac(1, 2) ( 6 ) ( 10.39 ) = 31.17 #h(0.28em) "cm"^(2)$]. Then, the surface area is #math.equation(block: false, alt: "S A equals 2 open parenthesis 31.17 close parenthesis plus 36 open parenthesis 10 close parenthesis equals 422.34 cm squared .")[$S A = 2 ( 31.17 ) + 36 ( 10 ) = 422.34 #h(0.28em) "cm"^(2) .$] The volume formula is found by multiplying the area of the base by the height. We have that #math.equation(block: false, alt: "V equals B times h equals open parenthesis 31.17 close parenthesis open parenthesis 10 close parenthesis equals 311.7 cm cubed .")[$V = B ⋅ h = ( 31.17 ) ( 10 ) = 311.7 #h(0.28em) "cm"^(3) .$] ] ] #examplebox("Example 4")[Determining Surface Area Application][ Katherine and Romano built a greenhouse made of glass with a metal roof . In order to determine the heating and cooling requirements, the surface area must be known. Calculate the total surface area of the greenhouse. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((24.00pt, 33.80pt), (97.32pt, 76.13pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((97.32pt, 76.13pt), (114.29pt, 66.33pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((97.32pt, 76.13pt), (97.32pt, 81.92pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 33.80pt), (40.98pt, 24.00pt), stroke: 0.7pt + black) line((40.98pt, 24.00pt), (40.98pt, 29.79pt), stroke: 0.7pt + black) line((40.98pt, 29.79pt), (24.00pt, 39.59pt), stroke: 0.7pt + black) line((24.00pt, 39.59pt), (24.00pt, 33.80pt), stroke: 0.7pt + black) line((40.98pt, 24.00pt), (114.29pt, 66.33pt), stroke: 0.7pt + black) line((114.29pt, 66.33pt), (114.29pt, 72.12pt), stroke: 0.7pt + black) line((114.29pt, 72.12pt), (40.98pt, 29.79pt), stroke: 0.7pt + black) line((24.00pt, 39.59pt), (97.32pt, 81.92pt), stroke: 0.7pt + black) line((97.32pt, 81.92pt), (114.29pt, 72.12pt), stroke: 0.7pt + black) content((85.64pt, 45.16pt), anchor: "west", text(size: 9pt)[95 feet]) content((32.49pt, 20.90pt), anchor: "north", text(size: 9pt)[22 feet]) content((16.00pt, 36.70pt), anchor: "east", text(size: 9pt)[6.5 feet]) line((78.99pt, 71.34pt), (95.97pt, 61.54pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((95.97pt, 61.54pt), (87.48pt, 66.44pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((87.48pt, 66.44pt), (78.99pt, 71.34pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((42.33pt, 50.18pt), (78.99pt, 71.34pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((50.82pt, 45.28pt), (87.48pt, 66.44pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((42.33pt, 50.18pt), (59.31pt, 40.37pt), stroke: 0.7pt + black) line((59.31pt, 40.37pt), (50.82pt, 45.28pt), stroke: 0.7pt + black) line((50.82pt, 45.28pt), (42.33pt, 50.18pt), stroke: 0.7pt + black) line((42.33pt, 134.84pt), (59.31pt, 125.03pt), stroke: 0.7pt + black) line((59.31pt, 125.03pt), (50.82pt, 129.93pt), stroke: 0.7pt + black) line((50.82pt, 129.93pt), (42.33pt, 134.84pt), stroke: 0.7pt + black) line((42.33pt, 50.18pt), (42.33pt, 134.84pt), stroke: 0.7pt + black) line((42.33pt, 134.84pt), (78.99pt, 156.00pt), stroke: 0.7pt + black) line((59.31pt, 40.37pt), (59.31pt, 125.03pt), stroke: 0.7pt + black) line((59.31pt, 125.03pt), (95.97pt, 146.20pt), stroke: 0.7pt + black) line((50.82pt, 45.28pt), (50.82pt, 129.93pt), stroke: 0.7pt + black) line((50.82pt, 129.93pt), (87.48pt, 151.10pt), stroke: 0.7pt + black) line((78.99pt, 156.00pt), (95.97pt, 146.20pt), stroke: 0.7pt + black) line((95.97pt, 146.20pt), (87.48pt, 151.10pt), stroke: 0.7pt + black) content((50.82pt, 30.08pt), anchor: "north", text(size: 9pt)[22 feet]) content((50.82pt, 44.48pt), anchor: "north", text(size: 9pt)[12.1 feet]) })]), alt: "A greenhouse resembles a triangular prism placed on top of a rectangular prism. The length, width, and height of the rectangular prism are 95 feet, 22 feet, and 6.5 feet. The total height of the greenhouse is 11.5 feet. The two sides of the triangle measure 12.1 feet. The base of the triangle measures 22 feet. The length of the triangular prism measures 95 feet.", caption: none, ) #solutionbox[ The area of the long side measures #math.equation(block: false, alt: "95 ft times 6.5 ft equals 1,235 ft squared .")[$95 #h(0.28em) "ft" × 6.5 #h(0.28em) "ft" = 1,235 #h(0.28em) "ft"^(2) .$] Multiplying by 2 gives #math.equation(block: false, alt: "2,470 ft squared .")[$2,470 #h(0.28em) "ft"^(2) .$] The front (minus the triangular area) measures #math.equation(block: false, alt: "22 ft times 6.5 ft equals 286 ft squared .")[$22 #h(0.28em) "ft" × 6.5 #h(0.28em) "ft" = 286 #h(0.28em) "ft"^(2) .$] Multiplying by 2 gives #math.equation(block: false, alt: "572 ft squared .")[$572 #h(0.28em) "ft"^(2) .$] The floor measures #math.equation(block: false, alt: "95 ft times 22 ft equals 2,090 ft squared .")[$95 #h(0.28em) "ft" × 22 #h(0.28em) "ft" = 2,090 #h(0.28em) "ft"^(2) .$] Each triangular region measures #math.equation(block: false, alt: "A equals the fraction 1 over 2 open parenthesis 22 close parenthesis open parenthesis 5 close parenthesis equals 55 ft squared .")[$A = frac(1, 2) ( 22 ) ( 5 ) = 55 #h(0.28em) "ft"^(2) .$] Multiplying by 2 gives #math.equation(block: false, alt: "110 ft squared .")[$110 #h(0.28em) "ft"^(2) .$] Finally, one side of the roof measures #math.equation(block: false, alt: "12.1 ft times 95 ft equals 1,149.5 ft squared .")[$12.1 #h(0.28em) "ft" × 95 #h(0.28em) "ft" = 1,149.5 #h(0.28em) "ft"^(2) .$] Multiplying by 2 gives #math.equation(block: false, alt: "2299 ft squared .")[$2299 #h(0.28em) "ft"^(2) .$] Add them up and we have #math.equation(block: false, alt: "S A equals 2,470 plus 572 plus 2,090 plus 110 plus 2,299 equals 7,541 ft squared .")[$S A = 2,470 + 572 + 2,090 + 110 + 2,299 = 7,541 #h(0.28em) "ft"^(2) .$] ] ] === Right Cylinders There are similarities between a prism and a cylinder. While a prism has parallel congruent polygons as the top and the base, a #strong[right cylinder] is a three-dimensional object with congruent circles as the top and the base. The lateral sides of a right prism make a #math.equation(block: false, alt: "90 degrees")[$90^(∘)$] angle with the polygonal base, and the side of a cylinder, which unwraps as a rectangle, makes a #math.equation(block: false, alt: "90 degrees")[$90^(∘)$] angle with the circular base. Right cylinders are very common in everyday life. Think about soup cans, juice cans, soft drink cans, pipes, air hoses, and the list goes on. In , imagine that the cylinder is cut down the 12-inch side and rolled out. We can see that the cylinder side when flat forms a rectangle. The #math.equation(block: false, alt: "S A")[$S A$] formula includes the area of the circular base, the circular top, and the area of the rectangular side. The length of the rectangular side is the circumference of the circular base. Thus, we have the formula for total surface area of a right cylinder. #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((91.24pt, 43.41pt), (90.96pt, 45.95pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((90.96pt, 45.95pt), (90.10pt, 48.44pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((90.10pt, 48.44pt), (88.68pt, 50.84pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((88.68pt, 50.84pt), (86.74pt, 53.12pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((86.74pt, 53.12pt), (84.30pt, 55.23pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((84.30pt, 55.23pt), (81.40pt, 57.14pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((81.40pt, 57.14pt), (78.09pt, 58.81pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((78.09pt, 58.81pt), (74.43pt, 60.22pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((74.43pt, 60.22pt), (70.49pt, 61.35pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((70.49pt, 61.35pt), (66.32pt, 62.16pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((66.32pt, 62.16pt), (62.01pt, 62.66pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((62.01pt, 62.66pt), (57.62pt, 62.82pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((57.62pt, 62.82pt), (53.23pt, 62.66pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((53.23pt, 62.66pt), (48.92pt, 62.16pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((48.92pt, 62.16pt), (44.76pt, 61.35pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((44.76pt, 61.35pt), (40.81pt, 60.22pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((40.81pt, 60.22pt), (37.15pt, 58.81pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((37.15pt, 58.81pt), (33.85pt, 57.14pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((33.85pt, 57.14pt), (30.95pt, 55.23pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((30.95pt, 55.23pt), (28.50pt, 53.12pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((28.50pt, 53.12pt), (26.56pt, 50.84pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((26.56pt, 50.84pt), (25.15pt, 48.44pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((25.15pt, 48.44pt), (24.29pt, 45.95pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.29pt, 45.95pt), (24.00pt, 43.41pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 43.41pt), (24.29pt, 40.88pt), stroke: 0.7pt + black) line((24.29pt, 40.88pt), (25.15pt, 38.39pt), stroke: 0.7pt + black) line((25.15pt, 38.39pt), (26.56pt, 35.98pt), stroke: 0.7pt + black) line((26.56pt, 35.98pt), (28.50pt, 33.71pt), stroke: 0.7pt + black) line((28.50pt, 33.71pt), (30.95pt, 31.59pt), stroke: 0.7pt + black) line((30.95pt, 31.59pt), (33.85pt, 29.69pt), stroke: 0.7pt + black) line((33.85pt, 29.69pt), (37.15pt, 28.01pt), stroke: 0.7pt + black) line((37.15pt, 28.01pt), (40.81pt, 26.60pt), stroke: 0.7pt + black) line((40.81pt, 26.60pt), (44.76pt, 25.48pt), stroke: 0.7pt + black) line((44.76pt, 25.48pt), (48.92pt, 24.66pt), stroke: 0.7pt + black) line((48.92pt, 24.66pt), (53.23pt, 24.17pt), stroke: 0.7pt + black) line((53.23pt, 24.17pt), (57.62pt, 24.00pt), stroke: 0.7pt + black) line((57.62pt, 24.00pt), (62.01pt, 24.17pt), stroke: 0.7pt + black) line((62.01pt, 24.17pt), (66.32pt, 24.66pt), stroke: 0.7pt + black) line((66.32pt, 24.66pt), (70.49pt, 25.48pt), stroke: 0.7pt + black) line((70.49pt, 25.48pt), (74.43pt, 26.60pt), stroke: 0.7pt + black) line((74.43pt, 26.60pt), (78.09pt, 28.01pt), stroke: 0.7pt + black) line((78.09pt, 28.01pt), (81.40pt, 29.69pt), stroke: 0.7pt + black) line((81.40pt, 29.69pt), (84.30pt, 31.59pt), stroke: 0.7pt + black) line((84.30pt, 31.59pt), (86.74pt, 33.71pt), stroke: 0.7pt + black) line((86.74pt, 33.71pt), (88.68pt, 35.98pt), stroke: 0.7pt + black) line((88.68pt, 35.98pt), (90.10pt, 38.39pt), stroke: 0.7pt + black) line((90.10pt, 38.39pt), (90.96pt, 40.88pt), stroke: 0.7pt + black) line((90.96pt, 40.88pt), (91.24pt, 43.41pt), stroke: 0.7pt + black) line((91.24pt, 136.59pt), (90.60pt, 140.38pt), stroke: 0.7pt + black) line((90.60pt, 140.38pt), (88.68pt, 144.02pt), stroke: 0.7pt + black) line((88.68pt, 144.02pt), (85.58pt, 147.37pt), stroke: 0.7pt + black) line((85.58pt, 147.37pt), (81.40pt, 150.31pt), stroke: 0.7pt + black) line((81.40pt, 150.31pt), (76.30pt, 152.73pt), stroke: 0.7pt + black) line((76.30pt, 152.73pt), (70.49pt, 154.52pt), stroke: 0.7pt + black) line((70.49pt, 154.52pt), (64.18pt, 155.63pt), stroke: 0.7pt + black) line((64.18pt, 155.63pt), (57.62pt, 156.00pt), stroke: 0.7pt + black) line((57.62pt, 156.00pt), (51.06pt, 155.63pt), stroke: 0.7pt + black) line((51.06pt, 155.63pt), (44.76pt, 154.52pt), stroke: 0.7pt + black) line((44.76pt, 154.52pt), (38.94pt, 152.73pt), stroke: 0.7pt + black) line((38.94pt, 152.73pt), (33.85pt, 150.31pt), stroke: 0.7pt + black) line((33.85pt, 150.31pt), (29.67pt, 147.37pt), stroke: 0.7pt + black) line((29.67pt, 147.37pt), (26.56pt, 144.02pt), stroke: 0.7pt + black) line((26.56pt, 144.02pt), (24.65pt, 140.38pt), stroke: 0.7pt + black) line((24.65pt, 140.38pt), (24.00pt, 136.59pt), stroke: 0.7pt + black) line((24.00pt, 136.59pt), (24.65pt, 132.80pt), stroke: 0.7pt + black) line((24.65pt, 132.80pt), (26.56pt, 129.16pt), stroke: 0.7pt + black) line((26.56pt, 129.16pt), (29.67pt, 125.80pt), stroke: 0.7pt + black) line((29.67pt, 125.80pt), (33.85pt, 122.86pt), stroke: 0.7pt + black) line((33.85pt, 122.86pt), (38.94pt, 120.45pt), stroke: 0.7pt + black) line((38.94pt, 120.45pt), (44.76pt, 118.65pt), stroke: 0.7pt + black) line((44.76pt, 118.65pt), (51.06pt, 117.55pt), stroke: 0.7pt + black) line((51.06pt, 117.55pt), (57.62pt, 117.18pt), stroke: 0.7pt + black) line((57.62pt, 117.18pt), (64.18pt, 117.55pt), stroke: 0.7pt + black) line((64.18pt, 117.55pt), (70.49pt, 118.65pt), stroke: 0.7pt + black) line((70.49pt, 118.65pt), (76.30pt, 120.45pt), stroke: 0.7pt + black) line((76.30pt, 120.45pt), (81.40pt, 122.86pt), stroke: 0.7pt + black) line((81.40pt, 122.86pt), (85.58pt, 125.80pt), stroke: 0.7pt + black) line((85.58pt, 125.80pt), (88.68pt, 129.16pt), stroke: 0.7pt + black) line((88.68pt, 129.16pt), (90.60pt, 132.80pt), stroke: 0.7pt + black) line((90.60pt, 132.80pt), (91.24pt, 136.59pt), stroke: 0.7pt + black) line((24.00pt, 43.41pt), (24.00pt, 136.59pt), stroke: 0.7pt + black) line((91.24pt, 43.41pt), (91.24pt, 136.59pt), stroke: 0.7pt + black) content((74.43pt, 164.00pt), anchor: "south", text(size: 9pt)[r = 5 inches]) content((16.00pt, 90.00pt), anchor: "east", text(size: 9pt)[12 inches]) })]), alt: "Two views of a right cylinder. The first view shows the top view of the right cylinder. The radius is marked r equals 5 inches. The second view shows the front view of the right cylinder. The height of the cylinder is labeled 12 inches.", caption: [Right Cylinder], ) #notebox("Formula", rgb("#059669"), rgb("#007942"), rgb("#EAF3EC"))[ The surface area of a right cylinder is given as #math.equation(block: false, alt: "S A equals 2 π r squared plus 2 π r h .")[$S A = 2 π r^(2) + 2 π r h .$] ] To find the volume of the cylinder, we multiply the area of the base with the height. #notebox("Formula", rgb("#059669"), rgb("#007942"), rgb("#EAF3EC"))[ The volume of a right cylinder is given as #math.equation(block: false, alt: "V equals π r squared h .")[$V = π r^(2) h .$] ] #examplebox("Example 5")[Finding the Surface Area and Volume of a Cylinder][ Given the cylinder in , which has a radius of 5 inches and a height of 12 inches, find the surface area and the volume. #solutionbox[ #strong[Step 1:] We begin with the areas of the base and the top. The area of the circular base is #math.equation(block: true, alt: "A sub b a s e equals π open parenthesis 5 close parenthesis squared equals 25 π equals 78.5 in squared .")[$A_(b a s e) = π attach(( 5 ), t: 2) = 25 π = 78.5 #h(0.28em) "in"^(2) .$] #strong[Step 2:] The base and the top are congruent parallel planes. Therefore, the area for the base and the top is #math.equation(block: true, alt: "A equals 2 open parenthesis 78.5 close parenthesis equals 157 in squared .")[$A = 2 ( 78.5 ) = 157 #h(0.28em) "in"^(2) .$] #strong[Step 3:] The area of the rectangular side is equal to the circumference of the base times the height: #math.equation(block: true, alt: "A equals 2 π open parenthesis 5 close parenthesis open parenthesis 12 close parenthesis equals 377 in squared")[$A = 2 π ( 5 ) ( 12 ) = 377 #h(0.28em) "in"^(2)$] #strong[Step 4:] We add the area of the side to the areas of the base and the top to get the total surface area. We have #math.equation(block: true, alt: "S A equals 157 plus 377 equals 534 in squared")[$S A = 157 + 377 = 534 #h(0.28em) "in"^(2)$] #strong[Step 5:] The volume is equal to the area of the base times the height. Then, #math.equation(block: true, alt: "V equals π open parenthesis 5 close parenthesis squared open parenthesis 12 close parenthesis equals 942.48 in cubed .")[$V = π attach(( 5 ), t: 2) ( 12 ) = 942.48 #h(0.28em) "in"^(3) .$] ] ] === Applications of Surface Area and Volume The following are just a small handful of the types of applications in which surface area and volume are critical factors. Give this a little thought and you will realize many more practical uses for these procedures. #examplebox("Example 6")[Applying a Calculation of Volume][ A can of apple pie filling has a radius of 4 cm and a height of 10 cm. How many cans are needed to fill a pie pan measuring 22 cm in diameter and 3 cm deep? #figure(figph[A pie pan with its diameter and height marked 22 centimeters and 3 centimeters.], alt: "A pie pan with its diameter and height marked 22 centimeters and 3 centimeters.", caption: none) #solutionbox[ The volume of the can of apple pie filling is #math.equation(block: false, alt: "V equals π open parenthesis 4 close parenthesis squared open parenthesis 10 close parenthesis equals 502.7 cm cubed .")[$V = π attach(( 4 ), t: 2) ( 10 ) = 502.7 #h(0.28em) "cm"^(3) .$] The volume of the pan is #math.equation(block: false, alt: "V equals π open parenthesis 11 close parenthesis squared open parenthesis 3 close parenthesis equals 1140.4 cm cubed .")[$V = π attach(( 11 ), t: 2) ( 3 ) = 1140.4 #h(0.28em) "cm"^(3) .$] To find the number of cans of apple pie filling, we divide the volume of the pan by the volume of a can of apple pie filling. Thus, #math.equation(block: false, alt: "1140 divided by 502.7 equals 2.3.")[$1140 ÷ 502.7 = 2.3.$] We will need 2.3 cans of apple pie filling to fill the pan. ] ] === Optimization Problems that involve optimization are ones that look for the best solution to a situation under some given conditions. Generally, one looks to calculus to solve these problems. However, many geometric applications can be solved with the tools learned in this section. Suppose you want to make some throw pillows for your sofa, but you have a limited amount of fabric. You want to make the largest pillows you can from the fabric you have, so you would need to figure out the dimensions of the pillows that will fit these criteria. Another situation might be that you want to fence off an area in your backyard for a garden. You have a limited amount of fencing available, but you would like the garden to be as large as possible. How would you determine the shape and size of the garden? Perhaps you are looking for maximum volume or minimum surface area. Minimum cost is also a popular application of optimization. Let’s explore a few examples. #examplebox("Example 7")[Maximizing Area][ Suppose you have 150 meters of fencing that you plan to use for the enclosure of a corral on a ranch. What shape would give the greatest possible area? #solutionbox[ So, how would we start? Let’s look at this on a smaller scale. Say that you have 30 inches of string and you experiment with different shapes. The rectangle in measures 12 in long by 3 in wide. We have a perimeter of #math.equation(block: false, alt: "P equals 2 open parenthesis 12 close parenthesis plus 2 open parenthesis 3 close parenthesis equals 30 in")[$P = 2 ( 12 ) + 2 ( 3 ) = 30 #h(0.28em) "in"$] and the area calculates as #math.equation(block: false, alt: "A equals 3 open parenthesis 12 close parenthesis equals 36 in squared .")[$A = 3 ( 12 ) = 36 #h(0.28em) "in"^(2) .$] The rectangle in , measures 8 in long and 7 in wide. The perimeter is #math.equation(block: false, alt: "P equals 2 open parenthesis 8 close parenthesis plus 2 open parenthesis 7 close parenthesis equals 30 in")[$P = 2 ( 8 ) + 2 ( 7 ) = 30 #h(0.28em) "in"$] and the area is #math.equation(block: false, alt: "A equals 8 open parenthesis 7 close parenthesis equals 56 in squared .")[$A = 8 ( 7 ) = 56 #h(0.28em) "in"^(2) .$] In , the square measures 7.5 in on each side. The perimeter is then #math.equation(block: false, alt: "P equals 4 open parenthesis 7.5 close parenthesis equals 30 in")[$P = 4 ( 7.5 ) = 30 #h(0.28em) "in"$] and the area is #math.equation(block: false, alt: "A equals 7.5 open parenthesis 7.5 close parenthesis equals 56.25 in squared .")[$A = 7.5 ( 7.5 ) = 56.25 #h(0.28em) "in"^(2) .$] If you want a circular corral as in , we would consider a circumference of #math.equation(block: false, alt: "30 equals 2 π r ,")[$30 = 2 π r ,$] which gives a radius of #math.equation(block: false, alt: "30 divided by 2 π equals 4.77 in")[$30 ÷ 2 π = 4.77 #h(0.28em) "in"$] and an area of #math.equation(block: false, alt: "A equals π open parenthesis 4.77 close parenthesis squared equals 71.5 in squared .")[$A = π attach(( 4.77 ), t: 2) = 71.5 #h(0.28em) "in"^(2) .$] #figure( stdfig([#grid(columns: 4, gutter: 1.5em, [#cetz.canvas({ import cetz.draw: * content((100.00pt, 80.67pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Rectangle 12 in x 3 in]) line((13.33pt, 13.33pt), (173.33pt, 13.33pt), stroke: 0.7pt + black) content((93.33pt, 22.33pt), anchor: "south", text(size: 9pt)[12 in]) line((173.33pt, 13.33pt), (173.33pt, 53.33pt), stroke: 0.7pt + black) content((164.33pt, 33.33pt), anchor: "south", text(size: 9pt)[3 in]) line((173.33pt, 53.33pt), (13.33pt, 53.33pt), stroke: 0.7pt + black) line((13.33pt, 53.33pt), (13.33pt, 13.33pt), stroke: 0.7pt + black) })], [#cetz.canvas({ import cetz.draw: * content((100.00pt, 174.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Rectangle 8 in x 7 in]) line((20.00pt, 20.00pt), (180.00pt, 20.00pt), stroke: 0.7pt + black) content((100.00pt, 29.00pt), anchor: "south", text(size: 9pt)[8 in]) line((180.00pt, 20.00pt), (180.00pt, 140.00pt), stroke: 0.7pt + black) content((171.00pt, 80.00pt), anchor: "south", text(size: 9pt)[7 in]) line((180.00pt, 140.00pt), (20.00pt, 140.00pt), stroke: 0.7pt + black) line((20.00pt, 140.00pt), (20.00pt, 20.00pt), stroke: 0.7pt + black) })], [#cetz.canvas({ import cetz.draw: * content((100.00pt, 214.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Square 7.5 in]) line((20.00pt, 20.00pt), (170.00pt, 20.00pt), stroke: 0.7pt + black) content((95.00pt, 29.00pt), anchor: "south", text(size: 9pt)[7.5 in]) line((170.00pt, 20.00pt), (170.00pt, 170.00pt), stroke: 0.7pt + black) line((170.00pt, 170.00pt), (20.00pt, 170.00pt), stroke: 0.7pt + black) line((20.00pt, 170.00pt), (20.00pt, 20.00pt), stroke: 0.7pt + black) })], [#cetz.canvas({ import cetz.draw: * content((100.00pt, 214.00pt), text(font: sys.inputs.at("title-font", default: "STIX Two Text"), size: 11pt)[Circle with radius 4.77 in]) circle((100.00pt, 100.00pt), radius: 79.50pt, fill: none, stroke: 0.7pt + black) line((100.00pt, 100.00pt), (179.50pt, 100.00pt), stroke: 0.7pt + black) content((139.75pt, 109.00pt), anchor: "south", text(size: 9pt)[r = 4.77 in]) circle((100.00pt, 100.00pt), radius: 1.8pt, fill: black, stroke: none) content((104.00pt, 104.00pt), anchor: "south-west", text(size: 9pt)[O]) circle((179.50pt, 100.00pt), radius: 1.8pt, fill: black, stroke: none) content((183.50pt, 100.00pt), anchor: "west", text(size: 9pt)[A]) })] )]), alt: "Four shapes. a. A rectangle with its length and width marked 12 inches and 3 inches. b. A rectangle with its length and width marked 8 inches and 7 inches. c. A square with its sides marked 7.5 inches. d. A circle with its radius marked r equals 4.77 inches.", caption: none, ) We see that the circular shape gives the maximum area relative to a circumference of 30 in. So, a circular corral with a circumference of 150 meters and a radius of 23.87 meters gives a maximum area of #math.equation(block: false, alt: "1,790.5 m squared .")[$1,790.5 #h(0.28em) "m"^(2) .$] ] ] #examplebox("Example 8")[Designing for Cost][ Suppose you want to design a crate built out of wood in the shape of a rectangular prism . It must have a volume of 3 cubic meters. The cost of wood is \$15 per square meter. What dimensions give the most economical design while providing the necessary volume? #figure( stdfig([#cetz.canvas({ import cetz.draw: * line((24.00pt, 57.00pt), (81.16pt, 90.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((81.16pt, 90.00pt), (138.32pt, 57.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((81.16pt, 90.00pt), (81.16pt, 156.00pt), stroke: (paint: black, thickness: 0.6pt, dash: "dashed")) line((24.00pt, 57.00pt), (81.16pt, 24.00pt), stroke: 0.7pt + black) line((81.16pt, 24.00pt), (81.16pt, 90.00pt), stroke: 0.7pt + black) line((81.16pt, 90.00pt), (24.00pt, 123.00pt), stroke: 0.7pt + black) line((24.00pt, 123.00pt), (24.00pt, 57.00pt), stroke: 0.7pt + black) line((81.16pt, 24.00pt), (138.32pt, 57.00pt), stroke: 0.7pt + black) line((138.32pt, 57.00pt), (138.32pt, 123.00pt), stroke: 0.7pt + black) line((138.32pt, 123.00pt), (81.16pt, 90.00pt), stroke: 0.7pt + black) line((24.00pt, 123.00pt), (81.16pt, 156.00pt), stroke: 0.7pt + black) line((81.16pt, 156.00pt), (138.32pt, 123.00pt), stroke: 0.7pt + black) content((52.58pt, 32.50pt), anchor: "north", text(size: 9pt)[1.44 meters]) content((117.74pt, 40.50pt), anchor: "west", text(size: 9pt)[1.44 meters]) content((16.00pt, 90.00pt), anchor: "east", text(size: 9pt)[1.44 meters]) })]), alt: "A crate in the shape of a rectangular prism with its length, width, and height marked 1.44 meters.", caption: none, ) #solutionbox[ To choose the optimal shape for this container, you can start by experimenting with different sizes of boxes that will hold 3 cubic meters. It turns out that, similar to the maximum rectangular area example where a square gives the maximum area, a cube gives the maximum volume and the minimum surface area. As all six sides are the same, we can use a simplified volume formula: #math.equation(block: true, alt: "V equals s cubed ,")[$V = s^(3) ,$] where #math.equation(block: false, alt: "s")[$s$] is the length of a side. Then, to find the length of a side, we take the cube root of the volume. We have #math.equation(block: true, alt: "3, equals, s cubed; the cube root of 3, equals, s; equals, 1.4422 m")[$3 & = & s^(3) \ root(3, 3) & = & s \ & = & 1.4422 #h(0.28em) "m"$] The surface area is equal to the sum of the areas of the six sides. The area of one side is #math.equation(block: false, alt: "A equals open parenthesis 1.4422 close parenthesis squared equals 2.08 m squared .")[$A = attach(( 1.4422 ), t: 2) = 2.08 #h(0.28em) "m"^(2) .$] So, the surface area of the crate is #math.equation(block: false, alt: "S A equals 6 open parenthesis 2.08 close parenthesis equals 12.5 m squared")[$S A = 6 ( 2.08 ) = 12.5 #h(0.28em) "m"^(2)$]. At \$15 a square meter, the cost comes to #math.equation(block: false, alt: "12.5 open parenthesis $ 15 close parenthesis equals $ 187.50.")[$12.5 ( "$" 15 ) = "$" 187.50.$] Checking the volume, we have #math.equation(block: false, alt: "V equals open parenthesis 1.4422 close parenthesis cubed equals 2.99 m cubed")[$V = attach(( 1.4422 ), t: 3) = 2.99 #h(0.28em) "m"^(3)$]. ] ] === Key Terms - surface area - volume - right prism - right cylinder === Key Concepts - A right prism is a three-dimensional object that has a regular polygonal face and congruent base such that that lateral sides form a #math.equation(block: false, alt: "90 degrees")[$90^(∘)$] angle with the base and top. The surface area #math.equation(block: false, alt: "S A")[$S A$] of a right prism is found using the formula #math.equation(block: false, alt: "S A equals 2 B plus p h ,")[$S A = 2 B + p h ,$] where #math.equation(block: false, alt: "B")[$B$] is the area of the base, #math.equation(block: false, alt: "p")[$p$] is the perimeter of the base, and #math.equation(block: false, alt: "h")[$h$] is the height. The volume #math.equation(block: false, alt: "V")[$V$] of a right prism is found using the formula #math.equation(block: false, alt: "V equals B h ,")[$V = B h ,$] where #math.equation(block: false, alt: "B")[$B$] is the area of the base and #math.equation(block: false, alt: "h")[$h$] is the height. - A right cylinder is a three-dimensional object with a circle as the top and a congruent circle is the base, and the side forms a #math.equation(block: false, alt: "90 degrees")[$90^(∘)$] angle to the base and top. The surface area of a right cylinder is found using the formula #math.equation(block: false, alt: "S A equals 2 π r squared plus 2 π r h ,")[$S A = 2 π r^(2) + 2 π r h ,$] where #math.equation(block: false, alt: "r")[$r$] is the radius and #math.equation(block: false, alt: "h")[$h$] is the height. The volume is found using the formula #math.equation(block: false, alt: "V equals π r squared h ,")[$V = π r^(2) h ,$] where #math.equation(block: false, alt: "r")[$r$] is the radius and #math.equation(block: false, alt: "h")[$h$] is the height. === Formulas The formula for the surface area of a right prism is equal to twice the area of the base plus the perimeter of the base times the height, #math.equation(block: false, alt: "S A equals 2 B plus p h ,")[$S A = 2 B + p h ,$] where #math.equation(block: false, alt: "B")[$B$] is equal to the area of the base and top, #math.equation(block: false, alt: "p")[$p$] is the perimeter of the base, and #math.equation(block: false, alt: "h")[$h$] is the height. The formula for the volume of a rectangular prism, given in cubic units, is equal to the area of the base times the height, #math.equation(block: false, alt: "V equals B times h ,")[$V = B ⋅ h ,$] where #math.equation(block: false, alt: "B")[$B$] is the area of the base and #math.equation(block: false, alt: "h")[$h$] is the height. The surface area of a right cylinder is given as #math.equation(block: false, alt: "S A equals 2 π r squared plus 2 π r h .")[$S A = 2 π r^(2) + 2 π r h .$] The volume of a right cylinder is given as #math.equation(block: false, alt: "V equals π r squared h .")[$V = π r^(2) h .$]