Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Surface Area of a Triangular Prism Formula
Next article icon

Surface Area of a Triangular Prism Formula

Last Updated : 24 Jan, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

A prism is a three-dimensional solid shape with two ends that are identical. It has flat sides, identical bases, and equal cross-sections. It has faces that are either parallelograms or rectangles with no bases. A triangular prism is one with three rectangular sides and two parallel triangle bases. The triangle bases are joined together by lateral sides that run parallel to one other.

Surface Area of a Triangular Prism Formula

A triangular prism's surface area is also known as its total surface area. It is equal to the sum of the areas of all its faces. Knowing the base, length and height of a triangular prism is all that is required to calculate its surface area. The total surface area of a triangular prism is equal to the sum of twice the base area and thrice the product of a triangular base with the prism's length.

Formula

A = bh + 3bl

where,

b is the triangular base,

h is the altitude of triangular base,

l is the prism's length

Sample Problems

Problem 1. Find the total surface area of a triangular prism if its base is 6 cm, altitude is 8 cm and length is 12 cm.

Solution:

We have, b = 6, h = 8 and l = 12.

Using the formula we have,

A = bh + 3bl

= 6 (8) + 3 (6) (12)

= 48 + 216

= 248 sq. cm

Problem 2. Find the total surface area of a triangular prism if its base is 5 cm, altitude is 7 cm and length is 8 cm.

Solution:

We have, b = 5, h = 7 and l = 8.

Using the formula we have,

A = bh + 3bl

= 5 (7) + 3 (5) (8)

= 35 + 120

= 155 sq. cm

Problem 3. Find the length of the triangular prism if its base is 6 cm, altitude is 9 cm and the area is 198 sq. cm.

Solution:

We have, b = 6, h = 9 and A = 198.

A = bh + 3bl

=> 198 = 6 (9) + 3 (6) (l)

=> 198 = 54 + 18l

=> 18l = 144

=> l = 8 cm

Problem 4. Find the altitude of the triangular prism if its base is 8 cm, length is 14 cm and volume is 408 sq. cm.

Solution:

We have, b = 8, l = 14 and A = 408

Using the formula we have,

A = bh + 3bl

=> 408 = 8h + 3 (8) (14)

=> 408 = 8h + 336

=> 8h = 72

=> h = 9 cm

Problem 5. Find the area of the base of the triangular prism if its length is 16 cm, height is 12 cm and the area is 480 sq. cm.

Solution:

We have, l = 16, h = 12 and A = 480.

Using the formula for volume we have,

A = bh + 3bl

A = b (h + 3l)

=> 480 = b (12 + 3 (16))

=> 60b = 480

=> b = 8 cm

Hence, the area of triangular base is,

A = (1/2) × b × h

= (1/2) × 8 × 12

= 48 sq. cm


Next Article
Surface Area of a Triangular Prism Formula

J

jatinxcx
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths MAQ
  • Maths-Formulas

Similar Reads

    Surface Area of a Triangular Pyramid Formula
    A triangular pyramid is a three-dimensional shape with four triangular faces. To calculate the surface area of a triangular pyramid, we need to find the area of each triangular face and summing them up. This process can be straightforward if you know the dimensions of the triangles involved. In simp
    5 min read
    How to Find Surface Area of Triangular Prism?
    Surface area of a triangular prism is the sum of the areas of all its faces. A triangular prism is a shape with two identical triangular faces and three rectangular faces connecting them. It has 6 corners, 9 edges, and 5 faces in total.In this article, we’ll explore about how to find the total surfa
    6 min read
    Surface Area of a Pyramid Formula
    Pyramid is a three-dimensional geometric structure with a polygonal base and all its triangular faces meet at a common point called the apex or vertex. The real-life examples of pyramids are the pyramids of Egypt; rooftops; camping tents, etc. Depending upon the shape of the polygonal base, pyramids
    10 min read
    Volume of a Triangular Prism Formula
    A prism is a three-dimensional solid figure with two identical ends. It is made up of flat sides, similar bases, and equal cross-sections. Its faces are parallelograms or rectangles without bases. Such a prism that has three rectangular faces and two parallel triangle bases is called a triangular pr
    3 min read
    Volume of a Rectangular Prism Formula
    A rectangular prism is a three-dimensional geometric shape with two congruent and parallel rectangular bases and four rectangular faces connecting them. This type of prism is also known as a cuboid. It is a member of the polyhedron family and is characterized by its six rectangular faces, twelve edg
    6 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences