{"id":65517,"date":"2026-09-17T02:50:32","date_gmt":"2026-09-17T06:50:32","guid":{"rendered":"https:\/\/www.wukongsch.com\/blog\/?p=65517"},"modified":"2026-09-17T02:53:19","modified_gmt":"2026-09-17T06:53:19","slug":"volume-of-a-triangular-prism","status":"publish","type":"post","link":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/","title":{"rendered":"How to Calculate the Volume of a Triangular Prism?"},"content":{"rendered":"<div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"introduction\"><\/span>Introduction<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>The volume of a triangular prism<\/strong> is the amount of three-dimensional space inside the prism, calculated with the formula <strong>V = (1\/2 \u00d7 b \u00d7 h) \u00d7 l<\/strong>, where <strong>b<\/strong> is the base of the triangular cross-section, <strong>h<\/strong> is its perpendicular height, and <strong>l<\/strong> is the prism\u2019s length. The formula works because the <strong>volume of a triangular prism = triangular cross-sectional area \u00d7 prism length<\/strong>, and the triangular cross-sectional area is <strong>1\/2 \u00d7 b \u00d7 h<\/strong>. In other words, you first find the area of the triangular base and then multiply it by the prism\u2019s length.<\/p>\n\n\n\n<p>A friendly reminder from <a href=\"https:\/\/www.wukongsch.com\/\">Wukong Education<\/a>: The Common Core Standard 8.G.C.9 requires students to be able to solve real-world and mathematical problems involving <a href=\"https:\/\/www.wukongsch.com\/blog\/volume-of-cylinder-post-65163\/\">the volumes of cylinders<\/a>, <a href=\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-cone-post-65414\/\">cones<\/a>, and <a href=\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-sphere-post-65330\/\">spheres<\/a>. This article will help your child meet these requirements\uff01<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Triangular Prism Volume Calculator<\/h3>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>Triangular Prism Volume Explorer<\/title>\n<link rel=\"icon\" type=\"image\/svg+xml\" href=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23378ADD'\/%3E%3Cpath d='M14 44 L14 18 L40 44 Z' fill='white'\/%3E%3Cpath d='M14 18 L40 44 L52 40 L26 14 Z' fill='white' opacity='0.8'\/%3E%3C\/svg%3E\" \/>\n<style>\n  .rpv-explorer {\n    background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);\n    border: 3px dashed #378ADD;\n    border-radius: 24px;\n    padding: 1.5rem 1.75rem 1.75rem;\n    box-sizing: border-box;\n  }\n  .rpv-explorer .rpv-title {\n    font-size: 20px;\n    font-weight: 700;\n    text-align: center;\n    margin: 0 0 1rem;\n    color: #0C447C;\n  }\n  .rpv-explorer .rpv-wrap {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.5rem;\n    align-items: center;\n  }\n  @media (max-width: 560px) {\n    .rpv-explorer .rpv-wrap { grid-template-columns: 1fr; }\n  }\n  .rpv-explorer .rpv-box-frame {\n    background: #FFFFFF;\n    border: 2px solid #85B7EB;\n    border-radius: 18px;\n    padding: 0.5rem;\n  }\n  .rpv-explorer .rpv-slider-row {\n    margin-bottom: 1.1rem;\n  }\n  .rpv-explorer .rpv-slider-label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 14px;\n    font-weight: 600;\n    color: #185FA5;\n    margin-bottom: 6px;\n  }\n  .rpv-explorer .rpv-slider-label .rpv-pill {\n    background: #B5D4F4;\n    color: #0C447C;\n    padding: 2px 10px;\n    border-radius: 999px;\n    font-weight: 700;\n    min-width: 22px;\n    text-align: center;\n  }\n  .rpv-explorer input[type=\"range\"] {\n    width: 100%;\n    height: 8px;\n    border-radius: 999px;\n    background: #B5D4F4;\n    -webkit-appearance: none;\n    appearance: none;\n    outline: none;\n    cursor: pointer;\n  }\n  .rpv-explorer input[type=\"range\"]::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    appearance: none;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #378ADD;\n    border: 3px solid #FFFFFF;\n    box-shadow: 0 0 0 2px #378ADD;\n    cursor: pointer;\n  }\n  .rpv-explorer input[type=\"range\"]::-moz-range-thumb {\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #378ADD;\n    border: 3px solid #FFFFFF;\n    box-shadow: 0 0 0 2px #378ADD;\n    cursor: pointer;\n  }\n  .rpv-explorer .rpv-result-box {\n    background: #E6F1FB;\n    border: 2px dashed #185FA5;\n    border-radius: 16px;\n    padding: 1rem;\n    text-align: center;\n    margin-top: 0.5rem;\n  }\n  .rpv-explorer .rpv-result-box .rpv-formula-label {\n    font-size: 14px;\n    font-weight: 600;\n    color: #185FA5;\n    margin-bottom: 4px;\n  }\n  .rpv-explorer .rpv-result-box .rpv-formula {\n    font-size: 16px;\n    color: #0C447C;\n    margin-bottom: 4px;\n  }\n  .rpv-explorer .rpv-result-box .rpv-volume {\n    font-size: 26px;\n    font-weight: 800;\n    color: #042C53;\n  }\n  .rpv-explorer svg { width: 100%; height: auto; display: block; }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"rpv-explorer\" style=\"font-family:'Comic Sans MS','Segoe UI',-apple-system,Arial,sans-serif;max-width:680px;margin:0 auto;color:#0C447C;\">\n\n  <p class=\"rpv-title\">Build your own triangular prism and find its volume!<\/p>\n\n  <div class=\"rpv-wrap\">\n    <div class=\"rpv-box-frame\">\n      <svg id=\"rpv-svg\" viewBox=\"0 0 300 300\">\n        <g id=\"rpv-prism-group\"><\/g>\n      <\/svg>\n    <\/div>\n\n    <div>\n      <div class=\"rpv-slider-row\">\n        <div class=\"rpv-slider-label\">\n          <span>Base (b)<\/span>\n          <span class=\"rpv-pill\" id=\"rpv-b-out\">6 cm<\/span>\n        <\/div>\n        <input type=\"range\" id=\"rpv-b\" min=\"2\" max=\"12\" value=\"6\" step=\"1\" \/>\n      <\/div>\n\n      <div class=\"rpv-slider-row\">\n        <div class=\"rpv-slider-label\">\n          <span>Height (h)<\/span>\n          <span class=\"rpv-pill\" id=\"rpv-h-out\">5 cm<\/span>\n        <\/div>\n        <input type=\"range\" id=\"rpv-h\" min=\"2\" max=\"12\" value=\"5\" step=\"1\" \/>\n      <\/div>\n\n      <div class=\"rpv-slider-row\">\n        <div class=\"rpv-slider-label\">\n          <span>Length (l)<\/span>\n          <span class=\"rpv-pill\" id=\"rpv-l-out\">8 cm<\/span>\n        <\/div>\n        <input type=\"range\" id=\"rpv-l\" min=\"2\" max=\"12\" value=\"8\" step=\"1\" \/>\n      <\/div>\n\n      <div class=\"rpv-result-box\">\n        <div class=\"rpv-formula-label\">V = 1\/2 &times; b &times; h &times; l<\/div>\n        <div class=\"rpv-formula\" id=\"rpv-formula-out\">1\/2 &times; 6 &times; 5 &times; 8<\/div>\n        <div class=\"rpv-volume\" id=\"rpv-vol-out\">= 120 cm&sup3;<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n  const bEl = document.getElementById('rpv-b');\n  const hEl = document.getElementById('rpv-h');\n  const lEl = document.getElementById('rpv-l');\n\n  function drawTriPrism(b, h, l) {\n    const cx = 150, cy = 190;\n    const scale = 11, skew = 0.5;\n    const bw = b * scale;\n    const th = h * scale;\n    const dep = l * scale * skew;\n\n    const A = [cx - bw \/ 2, cy];\n    const B = [cx + bw \/ 2, cy];\n    const C = [cx - bw \/ 2, cy - th];\n    const Ap = [A[0] + dep, A[1] - dep * 0.5];\n    const Bp = [B[0] + dep, B[1] - dep * 0.5];\n    const Cp = [C[0] + dep, C[1] - dep * 0.5];\n\n    const svgNS = 'http:\/\/www.w3.org\/2000\/svg';\n    const g = document.getElementById('rpv-prism-group');\n    g.innerHTML = '';\n\n    function el(name, attrs, text) {\n      const e = document.createElementNS(svgNS, name);\n      for (const k in attrs) e.setAttribute(k, attrs[k]);\n      if (text !== undefined) e.textContent = text;\n      g.appendChild(e);\n      return e;\n    }\n\n    \/\/ back triangle (dashed \u2014 hidden back structure)\n    el('path', {\n      d: 'M ' + Ap.join(' ') + ' L ' + Bp.join(' ') + ' L ' + Cp.join(' ') + ' Z',\n      fill: 'none', stroke: '#85B7EB', 'stroke-width': '2.5', 'stroke-dasharray': '5 5'\n    });\n\n    \/\/ top (slanted) face\n    el('path', {\n      d: 'M ' + C.join(' ') + ' L ' + B.join(' ') + ' L ' + Bp.join(' ') + ' L ' + Cp.join(' ') + ' Z',\n      fill: '#85B7EB', stroke: '#0C447C', 'stroke-width': '3', 'stroke-linejoin': 'round'\n    });\n\n    \/\/ front face (right triangle, right angle at A)\n    el('path', {\n      d: 'M ' + A.join(' ') + ' L ' + B.join(' ') + ' L ' + C.join(' ') + ' Z',\n      fill: '#E6F1FB', stroke: '#0C447C', 'stroke-width': '3', 'stroke-linejoin': 'round'\n    });\n\n    \/\/ right-angle marker at A\n    const sz = 9;\n    el('path', {\n      d: 'M ' + (A[0] + sz) + ' ' + A[1] + ' L ' + (A[0] + sz) + ' ' + (A[1] - sz) + ' L ' + A[0] + ' ' + (A[1] - sz),\n      fill: 'none', stroke: '#0C447C', 'stroke-width': '2'\n    });\n\n    \/\/ labels (haloed so they stay readable over the shapes)\n    const halo = { fill: '#042C53', stroke: '#F0F8FF', 'stroke-width': '3.5', 'paint-order': 'stroke', 'font-size': '14', 'font-weight': '700' };\n\n    el('text', Object.assign({ x: cx, y: cy + 24, 'text-anchor': 'middle' }, halo), 'b = ' + b + ' cm');\n    el('text', Object.assign({ x: C[0] - 14, y: (A[1] + C[1]) \/ 2 + 5, 'text-anchor': 'end' }, halo), 'h = ' + h + ' cm');\n    el('text', Object.assign({ x: (B[0] + Bp[0]) \/ 2, y: (B[1] + Bp[1]) \/ 2 + 8, 'text-anchor': 'middle' }, halo), 'l = ' + l + ' cm');\n  }\n\n  function update() {\n    const b = parseInt(bEl.value, 10);\n    const h = parseInt(hEl.value, 10);\n    const l = parseInt(lEl.value, 10);\n\n    document.getElementById('rpv-b-out').textContent = b + ' cm';\n    document.getElementById('rpv-h-out').textContent = h + ' cm';\n    document.getElementById('rpv-l-out').textContent = l + ' cm';\n\n    const vol = 0.5 * b * h * l;\n    document.getElementById('rpv-formula-out').textContent = '1\/2 \\u00d7 ' + b + ' \\u00d7 ' + h + ' \\u00d7 ' + l;\n    document.getElementById('rpv-vol-out').textContent =\n      '= ' + (Number.isInteger(vol) ? vol : vol.toFixed(1)) + ' cm\\u00b3';\n\n    drawTriPrism(b, h, l);\n  }\n\n  bEl.addEventListener('input', update);\n  hEl.addEventListener('input', update);\n  lEl.addEventListener('input', update);\n  update();\n})();\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"what-is-a-triangular-prism\"><\/span>What Is a Triangular Prism?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>A <strong>triangular prism<\/strong> is a three-dimensional shape with two matching, parallel triangular bases.<\/p>\n\n\n\n<p>The two triangles are congruent, which means they have the same size and shape. The triangles are connected by rectangular faces.<\/p>\n\n\n\n<p>A triangular prism has:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>2 triangular faces<\/strong><\/li>\n\n\n\n<li><strong>3 rectangular faces<\/strong><\/li>\n\n\n\n<li><strong>5 faces in total<\/strong><\/li>\n\n\n\n<li><strong>9 edges<\/strong><\/li>\n\n\n\n<li><strong>6 vertices<\/strong><\/li>\n<\/ul>\n\n\n\n<p>A simple camping tent is a familiar example. The triangular ends form the two triangular bases, while the long rectangular surfaces connect them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What Counts as the Base?<\/h3>\n\n\n\n<p>This is important: the <strong>base of a prism is not always the face sitting on the ground<\/strong>.<\/p>\n\n\n\n<p>For a triangular prism, the mathematical bases are the <strong>two congruent triangular faces<\/strong>. The prism&#8217;s length runs from one triangular base to the other.<\/p>\n\n\n\n<p>If you rotate the prism, it&#8217;s still the same prism. You may simply need to identify a different pair of congruent triangular faces when describing the solid.<\/p>\n\n\n\n<p><strong>Diagram labels should show:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>triangular base<\/li>\n\n\n\n<li>triangle base <strong>b<\/strong><\/li>\n\n\n\n<li>triangle height <strong>h<\/strong><\/li>\n\n\n\n<li>prism length <strong>l<\/strong><\/li>\n\n\n\n<li>rectangular lateral faces<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">The Three \u201cHeights\u201d of a Triangular Prism<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=NWRhMzkzODk2ZTMyZGYwNzg0Njc4YWM0MjRlMDc3M2JfeXJkeVNXaUdValRZQlVXbmRCQ1FsUkhmeW5GY0czT1hfVG9rZW46S2JrWGIzamtob01zUkt4V3U3SGNWUHRhbnhoXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<p>A triangular prism can involve several measurements that look like \u201cheights.\u201d This is where many students get confused.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Triangle Height: h<\/h4>\n\n\n\n<p>The <strong>triangle height h<\/strong> is the perpendicular distance from the chosen triangle&#8217;s base to the opposite vertex.<\/p>\n\n\n\n<p>It is used to calculate the area of the triangular base:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Base area = 1\/2 \u00d7 b \u00d7 h<\/strong><\/p>\n<\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\">Prism Length: l<\/h4>\n\n\n\n<p>The <strong>prism length l<\/strong> is the distance between the two congruent triangular bases.<\/p>\n\n\n\n<p>It is the dimension that tells us how far the triangular cross-section extends.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Slanted Edge<\/h4>\n\n\n\n<p>A <strong>slanted edge<\/strong> may appear on a drawing, especially when the prism is shown at an angle. It is an edge of the solid, but it is <strong>not automatically the triangle height or the prism length<\/strong>.<\/p>\n\n\n\n<p>For the standard right triangular prism formula, the measurements that directly enter the calculation are:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>b, h, and l<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>So remember:<\/p>\n\n\n\n<p><strong>b and h \u2192 find the triangular base area<\/strong><\/p>\n\n\n\n<p><strong>l \u2192 extend that area through the prism<\/strong><\/p>\n\n\n\n<p><strong>Slanted edge \u2192 use only if the problem specifically gives information that lets you determine a needed measurement.<\/strong><\/p>\n\n\n\n<p><strong>A Quick Visual Check<\/strong><\/p>\n\n\n\n<p>Before calculating, ask yourself:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Which face is the triangular base?<\/li>\n\n\n\n<li>Which measurement is perpendicular to the triangle&#8217;s base?<\/li>\n\n\n\n<li>Which measurement connects the two triangular bases?<\/li>\n<\/ol>\n\n\n\n<p>Those three questions can prevent many errors.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"the-volume-of-a-triangular-prism-formula\"><\/span>The Volume of a Triangular Prism Formula<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The <strong>volume of a triangular prism<\/strong> follows the general prism rule:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Volume = area of base \u00d7 length<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Because the base is a triangle:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Triangle area = 1\/2 \u00d7 b \u00d7 h<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Therefore:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = (1\/2 \u00d7 b \u00d7 h) \u00d7 l<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>This is the standard <strong>volume of triangular prism formula<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What Do the Variables Mean?<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Symbol<\/td><td>Meaning<\/td><\/tr><tr><td>V<\/td><td>Volume<\/td><\/tr><tr><td>b<\/td><td>Base of the triangular face<\/td><\/tr><tr><td>h<\/td><td>Perpendicular height of the triangular face<\/td><\/tr><tr><td>l<\/td><td>Length of the prism<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>All three measurements must use compatible units.<\/p>\n\n\n\n<p>For example, if b and h are measured in centimeters, l should also be in centimeters.<\/p>\n\n\n\n<p>The final answer uses <strong>cubic units<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>inches \u2192 in\u00b3<\/li>\n\n\n\n<li>feet \u2192 ft\u00b3<\/li>\n\n\n\n<li>centimeters \u2192 cm\u00b3<\/li>\n\n\n\n<li>meters \u2192 m\u00b3<\/li>\n<\/ul>\n\n\n\n<p>The same idea works for the <strong>volume of a right triangular prism<\/strong>. First, find the area of the triangular cross-section, then multiply by the prism&#8217;s length.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Why the Formula Works?<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=NmU4MTNjOTM3MjQ5NjlhOGIxNjI0MzhkNGJiOTI1MTlfN3JuUnE2M2J5d3ZldGFOUmR6ekMwMDREdWNzMVNhU2pfVG9rZW46WEg1eGJzMGREb1NNNzJ4d3ppNmNMZjcybmJlXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<p>Let&#8217;s think about a prism as a shape made from many identical cross-sections.<\/p>\n\n\n\n<p>Imagine slicing a triangular prism straight across its length. Every slice has the same triangular shape and the same area.<\/p>\n\n\n\n<p>If one triangular slice has an area of:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>1\/2 \u00d7 b \u00d7 h<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>and the prism extends for a length of <strong>l<\/strong>, then the total space is:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>cross-sectional area \u00d7 length<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>So:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = (1\/2 \u00d7 b \u00d7 h) \u00d7 l<\/strong><\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">A Simple Stacking Analogy<\/h3>\n\n\n\n<p>Imagine making a triangular prism from hundreds of very thin triangular cards.<\/p>\n\n\n\n<p>Each card has the same triangular area. As you stack the cards along the prism&#8217;s length, they build the complete solid.<\/p>\n\n\n\n<p>More length means more identical triangular sections, so the volume increases.<\/p>\n\n\n\n<p>This explanation does not require calculus. The middle school idea is simply:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Same cross-sectional area \u00d7 prism length = volume<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>That is also why the formula works for many other prisms. The only thing that changes is the shape of the base.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"how-to-find-the-volume-of-a-triangular-prism-step-by-step\"><\/span>How to Find the Volume of a Triangular Prism Step By Step?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=YTRmZjUwMzUzNmY1NDkyNmE0YTViYmRjOWZlODJlMGJfMGZla0hPT1ZqbjlHTHlMck9BbmE0ZkQzMlZWTExLOXZfVG9rZW46QWlNRGJQUDh5b1EyaGJ4d09kVGNUN1ZCbjJnXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<p>If you&#8217;re wondering <strong>how to find the volume of a triangular prism<\/strong>, use this four-step routine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Write the Formula<\/h3>\n\n\n\n<p>Start with:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = (1\/2 \u00d7 b \u00d7 h) \u00d7 l<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Writing the formula first helps you organize the information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Find the Base Area<\/h3>\n\n\n\n<p>Find the area of the triangular base:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>A = 1\/2 \u00d7 b \u00d7 h<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Do not multiply by the prism length yet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Multiply by the Prism Length<\/h3>\n\n\n\n<p>Once you know the triangular base area:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = A \u00d7 l<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Multiply the base area by the prism length.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: State the Answer With Cubic Units<\/h3>\n\n\n\n<p>Because volume measures three-dimensional space, use cubic units.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = 240 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">Let\u2019s Try One Together<\/h3>\n\n\n\n<p>Suppose:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>b = 6 cm<\/li>\n\n\n\n<li>h = 4 cm<\/li>\n\n\n\n<li>l = 10 cm<\/li>\n<\/ul>\n\n\n\n<p>First:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 6 \u00d7 4 A = 12 cm\u00b2<\/p>\n<\/blockquote>\n\n\n\n<p>Then:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 12 \u00d7 10 <strong>V = 120 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Quick check:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>(1\/2 \u00d7 6 \u00d7 4) \u00d7 10 = 120 cm\u00b3 \u2713<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"common-mistakes-on-triangular-prisms\"><\/span>Common Mistakes on Triangular Prisms<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=MmNlNTg0ZjFkMjhkNWJiNDI2NzZlNjY3MTczODkxMDhfaUNsNm9IRWNsN1gzRkFNenBjNjhJQ21LUFQxWjlTZkFfVG9rZW46RTJZM2J2N1JHbzN4ek94S080UWNkTGRwbjBjXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Mixing Up Triangle Height and Prism Length<\/h3>\n\n\n\n<p>The triangle height <strong>h<\/strong> measures the perpendicular distance inside the triangular base.<\/p>\n\n\n\n<p>The prism length <strong>l<\/strong> measures the distance between the two triangular bases.<\/p>\n\n\n\n<p>They play different roles:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>1\/2 \u00d7 b \u00d7 h \u2192 triangle area<\/strong><\/p>\n\n\n\n<p><strong>\u00d7 l \u2192 prism volume<\/strong><\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Choosing the Wrong Base When the Prism Is Rotated<\/h3>\n\n\n\n<p>A prism can be drawn lying on its side or at an unusual angle.<\/p>\n\n\n\n<p>Do not automatically choose the face touching the page.<\/p>\n\n\n\n<p>Look for the <strong>two congruent, parallel triangular faces<\/strong>. These are triangular bases.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Mixing Units<\/h3>\n\n\n\n<p>Using centimeters for one measurement and meters for another without converting first will produce an incorrect result.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>1 m = 100 cm<\/p>\n<\/blockquote>\n\n\n\n<p>Convert all measurements to the same unit before calculating.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Forgetting 1\/2<\/h3>\n\n\n\n<p>The triangular base area is:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>A = 1\/2 \u00d7 b \u00d7 h<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>If you forget 1\/2, the calculated base area\u2014and therefore the volume\u2014will be twice as large as it should be.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Confusing Volume With Surface Area<\/h3>\n\n\n\n<p>Volume tells you how much <strong>space is inside<\/strong> a three-dimensional object.<\/p>\n\n\n\n<p>Surface area tells you how much <strong>outside area<\/strong> needs to be covered.<\/p>\n\n\n\n<p>Volume uses:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>cubic units: cm\u00b3, ft\u00b3, m\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Surface area uses:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>square units: cm\u00b2, ft\u00b2, m\u00b2<\/strong><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"real-world-applications-of-triangular-prisms\"><\/span>Real-World Applications of Triangular Prisms<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Camping Tents<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=Mjk5YTcwYTYxNWJiZjI4NTBhNWU5MmY5MWYxNGM4OWJfT2V0V0RWQldud0xYamhvUnBhU0NjYTVVMTVjRVV2T3lfVG9rZW46VFNGZmJwYTZhb1poWEh4Zmx4RWM2cXQybnZoXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<p>Many camping tents have triangular ends and a long rectangular or triangular-prism-like structure.<\/p>\n\n\n\n<p>Suppose the triangular cross-section has:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>base = 8 ft<\/li>\n\n\n\n<li>height = 5 ft<\/li>\n\n\n\n<li>length = 12 ft<\/li>\n<\/ul>\n\n\n\n<p>The interior volume can be modeled as:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = (1\/2 \u00d7 8 \u00d7 5) \u00d7 12 <strong>V = 240 ft\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>This gives an estimate of the three-dimensional space inside the tent.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Chocolate Boxes<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=ZmQzNmZhNTU4M2I2Y2FkOWUyZDljZWY1M2RmNTA2MzRfRmdMOTEyUDJoMk5sam1kWENRTDU2N3d2ZEFBRjlzcE9fVG9rZW46WGRYQWJFbTEzb2dsRFh4SGduMWNxSHdJbkljXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<p>Some specialty chocolate packages use triangular-prism shapes.<\/p>\n\n\n\n<p>Imagine a box with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>triangular base = 4 cm<\/li>\n\n\n\n<li>triangle height = 3 cm<\/li>\n\n\n\n<li>length = 20 cm<\/li>\n<\/ul>\n\n\n\n<p>Then:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 4 \u00d7 3 A = 6 cm\u00b2<\/p>\n\n\n\n<p>V = 6 \u00d7 20 <strong>V = 120 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>The result describes the amount of space inside the box.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Skateboard Ramps<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/wukongedu.feishu.cn\/space\/api\/box\/stream\/download\/asynccode\/?code=OTY0MjY3Y2IzNGUwMDVlMzI2ODBiYjVjMDEzYTBhODhfeUNST2pDREZUWnJNeXBlWGc4aHlZREl6cFo3OGxMT2dfVG9rZW46WFZPNWJSRHlqb29rSWF4cWswM2N6cjZBbmlDXzE3ODk2MjcwMTc6MTc4OTYzMDYxN19WNA&amp;add_watermark=true&amp;scene_type=CCM\" alt=\"\"\/><\/figure>\n\n\n\n<p>A simple wedge-shaped skateboard ramp can sometimes be modeled using a triangular prism.<\/p>\n\n\n\n<p>Suppose a ramp section is:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>3 ft high<\/li>\n\n\n\n<li>6 ft across<\/li>\n\n\n\n<li>8 ft long<\/li>\n<\/ul>\n\n\n\n<p>Its triangular cross-sectional area is:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 6 \u00d7 3 A = 9 ft\u00b2<\/p>\n<\/blockquote>\n\n\n\n<p>Then:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 9 \u00d7 8 <strong>V = 72 ft\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>If a measurement is given in inches, convert it to feet before calculating. For example:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>24 in \u00f7 12 = 2 ft<\/p>\n<\/blockquote>\n\n\n\n<p>Keeping the units consistent prevents major errors.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"worked-examples-on-triangular-prisms\"><\/span>Worked Examples on Triangular Prisms<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Example 1: Given Base, Triangle Height, and Length<\/h3>\n\n\n\n<p><strong>Problem:<\/strong> A triangular prism has a triangular base of 8 cm, a triangle height of 5 cm, and a prism length of 12 cm. Find the volume. <strong>Precision: exact answer<\/strong><\/p>\n\n\n\n<p><strong>Step 1: Find the triangular base area.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 8 \u00d7 5 A = 20 cm\u00b2<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 2: Multiply by the prism length.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 20 \u00d7 12 <strong>V = 240 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Answer: 240 cm\u00b3<\/strong><\/p>\n\n\n\n<p><strong>Check:<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>(1\/2 \u00d7 8 \u00d7 5) \u00d7 12 = 240 cm\u00b3 \u2713<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 2: Isosceles Triangle Base<\/h3>\n\n\n\n<p><strong>Problem:<\/strong> A prism has an isosceles triangular base with a base of 10 in and a perpendicular height of 6 in. The prism is 15 in long. Find its volume. <strong>Precision: nearest cubic inch<\/strong><\/p>\n\n\n\n<p>The triangle&#8217;s symmetry is not needed for the area because its base and perpendicular height are already given.<\/p>\n\n\n\n<p><strong>Step 1:<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 10 \u00d7 6 A = 30 in\u00b2<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 2:<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 30 \u00d7 15 V = 450 in\u00b3<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Answer: 450 in\u00b3<\/strong><\/p>\n\n\n\n<p><strong>Check:<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>(1\/2 \u00d7 10 \u00d7 6) \u00d7 15 = 450 in\u00b3 \u2713<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 3: Prism Lying on Its Side<\/h3>\n\n\n\n<p><strong>Problem:<\/strong> A triangular prism is shown lying on its side. Its two congruent triangular faces have a base of 9 ft and a perpendicular height of 4 ft. The distance between those triangular faces is 20 ft. Find the volume. <strong>Precision: exact answer<\/strong><\/p>\n\n\n\n<p>The prism&#8217;s orientation does not change its volume.<\/p>\n\n\n\n<p><strong>Step 1: Identify the triangular base.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>b = 9 ft h = 4 ft<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 2: Find its area.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 9 \u00d7 4 A = 18 ft\u00b2<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 3: Identify the prism length.<\/strong><\/p>\n\n\n\n<p>The distance between the triangular faces is:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>l = 20 ft<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 4: Calculate.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 18 \u00d7 20 <strong>V = 360 ft\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Answer: 360 ft\u00b3<\/strong><\/p>\n\n\n\n<p><strong>Key idea:<\/strong> The face touching the ground is not necessarily the mathematical base. \u2713<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 4: Mixed Units<\/h3>\n\n\n\n<p><strong>Problem:<\/strong> A triangular prism has a triangular base of 6 in, a triangle height of 8 in, and a prism length of 2 ft. Find the volume. <strong>Precision: nearest cubic inch<\/strong><\/p>\n\n\n\n<p>The units are not consistent, so convert first.<\/p>\n\n\n\n<p><strong>Step 1: Convert feet to inches.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>2 ft \u00d7 12 = 24 in<\/p>\n<\/blockquote>\n\n\n\n<p>Now:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>b = 6 in h = 8 in l = 24 in<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 2: Find the triangular area.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = 1\/2 \u00d7 6 \u00d7 8 A = 24 in\u00b2<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 3: Multiply by the prism length.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 24 \u00d7 24 <strong>V = 576 in\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Answer: 576 in\u00b3<\/strong><\/p>\n\n\n\n<p><strong>Check:<\/strong> Using all three measurements in inches gives 576 in\u00b3. \u2713<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 5: Equilateral Triangle Base<\/h3>\n\n\n\n<p><strong>Problem:<\/strong> An equilateral triangular prism has an equilateral triangle with side length 6 cm. The prism is 10 cm long. Find its volume. <strong>Precision: exact form and approximate decimal<\/strong><\/p>\n\n\n\n<p>For an equilateral triangle:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>A = (\u221a3\/4)a\u00b2<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>where <strong>a<\/strong> is the side length.<\/p>\n\n\n\n<p><strong>Step 1: Find the triangular base area.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A = (\u221a3\/4)(6\u00b2) A = (\u221a3\/4)(36) A = <strong>9\u221a3 cm\u00b2<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 2: Multiply by the prism length.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = 9\u221a3 \u00d7 10 <strong>V = 90\u221a3 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Step 3: Approximate if needed.<\/strong><\/p>\n\n\n\n<p>Using:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u221a3 \u2248 1.732<\/p>\n<\/blockquote>\n\n\n\n<p>we get:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V \u2248 90 \u00d7 1.732 <strong>V \u2248 155.88 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>To 3 significant figures:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V \u2248 156 cm\u00b3<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Answer: 90\u221a3 cm\u00b3, or approximately 156 cm\u00b3 (to 3 sf).<\/strong><\/p>\n\n\n\n<p><strong>Check:<\/strong> The area of an equilateral triangle with side 6 cm is 9\u221a3 cm\u00b2, and 9\u221a3 \u00d7 10 = 90\u221a3 cm\u00b3. \u2713<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Example 6: Finding a Missing Height<\/h3>\n\n\n\n<p><strong>Problem:<\/strong> A triangular prism has a volume of 300 cm\u00b3. Its triangular base is 10 cm wide, and the prism is 12 cm long. Find the triangle&#8217;s perpendicular height. <strong>Precision: exact answer<\/strong><\/p>\n\n\n\n<p>Start with:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>V = (1\/2 \u00d7 b \u00d7 h) \u00d7 l<\/p>\n<\/blockquote>\n\n\n\n<p>Substitute the known values:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>300 = (1\/2 \u00d7 10 \u00d7 h) \u00d7 12<\/p>\n<\/blockquote>\n\n\n\n<p>Simplify:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>300 = 5h \u00d7 12 300 = 60h<\/p>\n<\/blockquote>\n\n\n\n<p>Divide by 60:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>h = 5 cm<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p><strong>Answer: 5 cm<\/strong><\/p>\n\n\n\n<p><strong>Check:<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>(1\/2 \u00d7 10 \u00d7 5) \u00d7 12 = 25 \u00d7 12 = <strong>300 cm\u00b3<\/strong> \u2713<\/p>\n<\/blockquote>\n\n\n\n<p>This is the basic strategy to <strong>find the missing height of a triangular prism<\/strong>: substitute the known values, simplify, and solve the equation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Quick Guide on Triangular Prisms Volume: Base Area by Triangle Type<\/h3>\n\n\n\n<p>Before using the prism formula, you need the area of the triangular base. The method depends on what information the problem gives you.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Triangle Type<\/td><td>Base Area Formula<\/td><td>When to Use<\/td><\/tr><tr><td>Right triangle<\/td><td>A = 1\/2 \u00d7 leg\u2081 \u00d7 leg\u2082<\/td><td>The two perpendicular legs can serve as base and height<\/td><\/tr><tr><td>Isosceles triangle<\/td><td>A = 1\/2 \u00d7 b \u00d7 h<\/td><td>Use the given perpendicular height<\/td><\/tr><tr><td>Equilateral triangle<\/td><td>A = \u221a3a\u00b2\/4<\/td><td>All three sides have equal length<\/td><\/tr><tr><td>Scalene triangle<\/td><td>Heron&#8217;s formula<\/td><td>When all three side lengths are known<\/td><\/tr><tr><td>Two sides + included angle<\/td><td>A = 1\/2ab sin(C)<\/td><td>When two sides and the included angle are known<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>For a scalene triangle, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Heron%27s_formula\">Heron&#8217;s formula<\/a> is:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>A = \u221a[s(s \u2212 a)(s \u2212 b)(s \u2212 c)]<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>where:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>s = (a + b + c)\/2<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>For Grades 6\u20138, you will most often see a triangle&#8217;s base and perpendicular height given directly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"faqs\"><\/span>FAQs<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Q1: What is the formula for an equilateral triangular prism?<\/h3>\n\n\n\n<p>First, find the equilateral triangle&#8217;s area:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>A = \u221a3a\u00b2\/4<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>Then multiply by the prism length:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = (\u221a3a\u00b2\/4) \u00d7 l<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>This gives the <strong>equilateral triangular prism volume<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q2: What is the difference between triangle height and prism length?<\/h3>\n\n\n\n<p>The <strong>triangle height<\/strong> is perpendicular to the triangle&#8217;s base and is used to calculate the triangular area. The <strong>prism length<\/strong> is the distance between the two congruent triangular bases.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q3: What is the general formula for the volume of a prism?<\/h3>\n\n\n\n<p>For any prism:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>V = area of base \u00d7 length<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>The base can be a triangle, rectangle, pentagon, or another polygon. For a triangular prism, the base area is <strong>1\/2 \u00d7 b \u00d7 h<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The <strong>volume of a triangular prism<\/strong> follows one simple idea: <strong>find the triangular area with 1\/2bh, then multiply by the prism length l<\/strong>. Remember the four steps: write the formula, find the base area, multiply by the length, and use cubic units. Most mistakes happen when students confuse the triangle height with the prism length, choose the wrong base, or mix units. For extra practice, download the <strong>free printable worksheet<\/strong> and try more problems at your own pace. You can also <strong>schedule a free <\/strong><strong><a href=\"https:\/\/www.wukongsch.com\/learn-math\/\">WuKong Math trial class<\/a><\/strong> for guided practice and support.<\/p>\n\n\n<div class=\"retention-card-new\" data-lang=\"en\" data-subject=\"CHINESE\" data-btnName=\"Get started free!\" data-subTitle=\"Specially tailored for kids aged 3-18 around the world!\">\r\n    <div class=\"retention-card-l\">\r\n        <div class=\"trustpilot-image\">\r\n            <!-- TrustBox widget - Micro Star -->\r\n            <div class=\"trustpilot-widget\" data-locale=\"en-US\" data-template-id=\"5419b732fbfb950b10de65e5\" data-businessunit-id=\"60c847b7f033d300019ff3a1\" data-style-height=\"24px\" data-style-width=\"272px\" data-token=\"7dc9fdab-8926-4826-ad90-81ab38cc0953\">\r\n              <a href=\"https:\/\/www.trustpilot.com\/review\/wukongsch.com\" target=\"_blank\" rel=\"noopener\">Trustpilot<\/a>\r\n            <\/div>\r\n            <!-- End TrustBox widget -->\r\n        <\/div>\r\n        <h3><p>Learn <span>authentic Chinese<\/span> from those who live and breathe the culture.<\/p>\n<\/h3>\r\n        <p>Specially tailored for kids aged 3-18 around the world!<\/p>\r\n        <a class=\"retention-card-button is-point\" href=\"https:\/\/www.wukongsch.com\/independent-appointment\/?subject=chinese&amp;l=d232a08b-51de-4a90-b301-47ad0f87f71a&amp;booking_triggerevent=BLOG_DETAIL_MODEL_CTA_BUTTON\" data-buttonname=\"\u7acb\u5373\u9884\u7ea6\u6309\u94ae\u70b9\u51fb\" data-event=\"C_Blog_BLOG_DETAIL_MIDDLE_CTA_BUTTON\" data-expose-buttonname=\"\u7acb\u5373\u9884\u7ea6\u6309\u94ae\u66dd\u5149\" data-expose-event=\"D_Blog_BLOG_DETAIL_MIDDLE_CTA_BUTTON\" target=\"_blank\" title=\"Get started free!\">\r\n            Get started free!\r\n        <\/a>\r\n    <\/div>\r\n    <div class=\"retention-card-r\"><\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction The volume of a triangular prism is the amount of three-dimensional space inside the prism, calculated with the formula V = (1\/2 \u00d7 b \u00d7 h) \u00d7 l, where b is the base of the triangular cross-section, h is its perpendicular height, and l is the prism\u2019s length. The formula works because the volume of a triangular prism = triangular cross-sectional area \u00d7 prism length, and the triangular cross-sectional area is 1\/2 \u00d7 b \u00d7 h. In other words, you first find the area of the triangular base and then multiply it by the prism\u2019s length. A friendly reminder from Wukong Education: The Common Core Standard 8.G.C.9 requires students to be able to solve real-world and mathematical problems involving&#46;&#46;&#46;<\/p>\n","protected":false},"author":211806825,"featured_media":65519,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[134689],"tags":[137560],"class_list":["post-65517","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-math-learning","tag-geometry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Calculate the Volume of a Triangular Prism? - WuKong Education<\/title>\n<meta name=\"description\" content=\"This article will help you learn how to calculate the volume of a triangular prism step by step \u2014 come and read it!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Calculate the Volume of a Triangular Prism? - WuKong Education\" \/>\n<meta property=\"og:description\" content=\"This article will help you learn how to calculate the volume of a triangular prism step by step \u2014 come and read it!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/\" \/>\n<meta property=\"og:site_name\" content=\"WuKong Education\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-17T06:50:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-17T06:53:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"2048\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Demi | WuKong Math Teacher\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Demi | WuKong Math Teacher\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/\",\"url\":\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/\",\"name\":\"How to Calculate the Volume of a Triangular Prism? - WuKong Education\",\"isPartOf\":{\"@id\":\"https:\/\/www.wukongsch.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg\",\"datePublished\":\"2026-09-17T06:50:32+00:00\",\"dateModified\":\"2026-09-17T06:53:19+00:00\",\"author\":{\"@id\":\"https:\/\/www.wukongsch.com\/blog\/#\/schema\/person\/d422681d9a86c4ba7477d990e45701d0\"},\"description\":\"This article will help you learn how to calculate the volume of a triangular prism step by step \u2014 come and read it!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/#primaryimage\",\"url\":\"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg\",\"contentUrl\":\"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg\",\"width\":2048,\"height\":2048,\"caption\":\"A boy is learning how to calculate the volume of a triangular prism happily.\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wukongsch.com\/blog\/#website\",\"url\":\"https:\/\/www.wukongsch.com\/blog\/\",\"name\":\"WuKong Edu Blog\",\"description\":\"The latest news and comprehensive content about K-12 and Pre-K12 education for Chinese learning &amp; International Math &amp; English reading, writing learning for 3-18 students.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wukongsch.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wukongsch.com\/blog\/#\/schema\/person\/d422681d9a86c4ba7477d990e45701d0\",\"name\":\"Demi | WuKong Math Teacher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wukongsch.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/litespeed\/avatar\/134c3d40a97878471e0c729db52351ea.jpg?ver=1789436830\",\"contentUrl\":\"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/litespeed\/avatar\/134c3d40a97878471e0c729db52351ea.jpg?ver=1789436830\",\"caption\":\"Demi | WuKong Math Teacher\"},\"description\":\"I am an educator from Yale University with ten years of experience in mathematics education, including extensive hands-on experience preparing students for the SAT Math section. I believe that my professional expertise and refined teaching approach will allow me to make a meaningful contribution to the growth of Wukong Education. Within this community, I look forward to sharing insights on children's educational psychology and effective learning strategies, with the hope of providing quality learning resources that help more children grow into confident, capable learners.\",\"url\":\"https:\/\/www.wukongsch.com\/blog\/author\/demi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Calculate the Volume of a Triangular Prism? - WuKong Education","description":"This article will help you learn how to calculate the volume of a triangular prism step by step \u2014 come and read it!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"How to Calculate the Volume of a Triangular Prism? - WuKong Education","og_description":"This article will help you learn how to calculate the volume of a triangular prism step by step \u2014 come and read it!","og_url":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/","og_site_name":"WuKong Education","article_published_time":"2026-09-17T06:50:32+00:00","article_modified_time":"2026-09-17T06:53:19+00:00","og_image":[{"width":2048,"height":2048,"url":"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg","type":"image\/jpeg"}],"author":"Demi | WuKong Math Teacher","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Demi | WuKong Math Teacher","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/","url":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/","name":"How to Calculate the Volume of a Triangular Prism? - WuKong Education","isPartOf":{"@id":"https:\/\/www.wukongsch.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/#primaryimage"},"image":{"@id":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg","datePublished":"2026-09-17T06:50:32+00:00","dateModified":"2026-09-17T06:53:19+00:00","author":{"@id":"https:\/\/www.wukongsch.com\/blog\/#\/schema\/person\/d422681d9a86c4ba7477d990e45701d0"},"description":"This article will help you learn how to calculate the volume of a triangular prism step by step \u2014 come and read it!","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wukongsch.com\/blog\/volume-of-a-triangular-prism-post-65517\/#primaryimage","url":"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg","contentUrl":"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/uploads\/2026\/09\/Student_Learning_Triangular_Prisms.jpg","width":2048,"height":2048,"caption":"A boy is learning how to calculate the volume of a triangular prism happily."},{"@type":"WebSite","@id":"https:\/\/www.wukongsch.com\/blog\/#website","url":"https:\/\/www.wukongsch.com\/blog\/","name":"WuKong Edu Blog","description":"The latest news and comprehensive content about K-12 and Pre-K12 education for Chinese learning &amp; International Math &amp; English reading, writing learning for 3-18 students.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wukongsch.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.wukongsch.com\/blog\/#\/schema\/person\/d422681d9a86c4ba7477d990e45701d0","name":"Demi | WuKong Math Teacher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wukongsch.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/litespeed\/avatar\/134c3d40a97878471e0c729db52351ea.jpg?ver=1789436830","contentUrl":"https:\/\/wp-more.wukongedu.net\/blog\/wp-content\/litespeed\/avatar\/134c3d40a97878471e0c729db52351ea.jpg?ver=1789436830","caption":"Demi | WuKong Math Teacher"},"description":"I am an educator from Yale University with ten years of experience in mathematics education, including extensive hands-on experience preparing students for the SAT Math section. I believe that my professional expertise and refined teaching approach will allow me to make a meaningful contribution to the growth of Wukong Education. Within this community, I look forward to sharing insights on children's educational psychology and effective learning strategies, with the hope of providing quality learning resources that help more children grow into confident, capable learners.","url":"https:\/\/www.wukongsch.com\/blog\/author\/demi\/"}]}},"amp_enabled":false,"read_time":"4","_links":{"self":[{"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/posts\/65517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/users\/211806825"}],"replies":[{"embeddable":true,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/comments?post=65517"}],"version-history":[{"count":2,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/posts\/65517\/revisions"}],"predecessor-version":[{"id":65521,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/posts\/65517\/revisions\/65521"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/media\/65519"}],"wp:attachment":[{"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/media?parent=65517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/categories?post=65517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp-more.wukongedu.net\/blog\/wp-json\/wp\/v2\/tags?post=65517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}