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:
Volume of Parallelepiped Formula
Next article icon

Volume of Parallelepiped Formula

Last Updated : 14 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

A parallelepiped is defined as a three-dimensional shape formed by six parallelograms. It consists of six faces, eight vertices, and twelve edges. The face diagonals of a parallelepiped are two diagonals on each face. It has 12 face diagonals in total. The body or space diagonal of a parallelepiped is the diagonal connecting the vertices that are not on the same face. It can be interpreted as a prism with a parallelogram-shaped base. One of its every two faces is a mirror image of the other.

Related Topics:  Equilateral Triangle Formula Percentile Formula Selling Price Formula Diameter Formula Volume Formulas Triangle Formula Cos Theta Formula Sin Cos Formula Pyramid Formula

Volume of a Parallelepiped Formula

Volume-of-a-parallelepiped-formula

The volume of a parallelepiped is defined as the space filled by it in a three-dimensional plane. Knowing the base area and height of the parallelepiped is enough to calculate its volume. It is equal to the product of its base area and height.

V =  B × h

where,

V is the volume,

B is the base area,

h is the height.

Find the Volume of a Parallelepiped?

To calculate the volume of a parallelepiped using the formula, it is essential to determine two measurements:

  • S, representing the area of the base.
  • H, denoting the height of the parallelepiped.

Solved Example for Rectangular Parallelepiped Formula

Problem 1. Calculate the volume of a parallelepiped if its base area is 20 m2 and height is 4 m.

Solution:

We have,

B = 20

h = 4

Using the formula we get,

V =  B × h

= 20 (4)

= 80 m3

Problem 2. Calculate the volume of a parallelepiped if its base area is 15 m2 and height is 3 m.

Solution:

We have,

B = 15

h = 3

Using the formula we get,

V =  B × h

= 15 (3)

= 45 m3

Problem 3. Calculate the volume of a parallelepiped if its base area is 23 m2 and height is 6 m.

Solution:

We have,

B = 23

h = 6

Using the formula we get,

V =  B × h

= 23 (6)

= 138 m3

Problem 4. Calculate the base area of a parallelepiped if its volume is 100 m3 and height is 5 m.

Solution:

We have,

V = 100

h = 5

Using the formula we get,

V =  B × h

=> B = V/h

= 100/5

= 20 m2

Problem 5. Calculate the base area of a parallelepiped if its volume is 350 m3 and height is 7 m.

Solution:

We have,

V = 350

h = 7

Using the formula we get,

V =  B × h

=> B = V/h

= 350/7

= 50 m2

Problem 6. Calculate the height of a parallelepiped if its volume is 3375 m3 and the base area is 225 m2.

Solution:

We have,

V = 3375

B = 225

Using the formula we get,

V =  B × h

=> h = V/B

= 3375/225

= 15 m

Problem 7. Calculate the height of a parallelepiped if its volume is 600 m3 and the base area is 120 m2.

Solution:

We have,

V = 600

B = 120

Using the formula we get,

V =  B × h

=> h = V/B

= 600/120

= 5 m

Problem 8: Calculate the volume of a parallelepiped with a base area of 12 m² and a height of 7 m.

Solution:

The volume of a parallelepiped is given by the formula:

V = B x h

where:

B is the base area.

h is the height.

GIven. B = 12m2 , h = 7m

Substituting the values into the formula:

V = 12 x 7 = 84m3

The volume of the parallelepiped is 84m3.

Problem 9: The volume of a parallelepiped is 96 m³, and its height is 8 m. What is the base area?

Solution:

We know the volume formula:

V = B x h

To find the base area B, rearrange the formula:

B = V/h

GIven : V = 96m3 , h = 8m

Substituting the values:

B = 96/8 = 12m2

The base area of the parallelepiped is 12m2 .

Problem 10: If the base area of a parallelepiped is 20 m² and its volume is 160 m³, find the height.

Solution:

Using the volume formula:

V = B x h

To find the base area B, rearrange the formula:

h = V/B

GIven : V = 160m3 , B = 20m2

Substituting the values:

h = 160/20 = 8m

The base area of the parallelepiped is 8m.

Unsolved Pratice Problems

Problem 1. Calculate the volume of a parallelpiped if its base area is 30m2 and Height is 5m.

Problem 2. If the volume of a parallelpiped is 200m3 and its height is 10m, What is its base area.

Problem 3. Find the height of a parallelpiped if its volume is 450m3 and the base area is 90 m2

Problem 4. A parallelpiped has dimensions such that its base area is 22m2 and its height is 10m .Compute its volume.

Problem 5. If the base area of a parallelpiped is 35m2 and its volume is 455m3, find its height.

Conclusion

We can gain valuable insights on geometric truths and how they are put into practice, as with the right dimension- mapping shown here of a parallelepiped. An interesting and useful geometric figure, see its application in architecture to engineering physics. It shows an intuitive way to understand shape of a 3D object, i.e. volume (Area by Height). By learning how to calculate volume, base area and as well as altitude will help the reader appreciate geometrical concepts of space such as they are realized in practical contexts.Combine the using slicing idea of calculus and volumeIn order to understand that space (), take a solid of infinite thin leafs, each leaf height delta h, dividing into such a thin how many intermediate height.

Related Articles:

  • Equilateral Triangle Formula
  • Percentile Formula
  • Selling Price Formula
  • Diameter Formula
  • Volume Formulas
  • Triangle Formula
  • Cos Theta Formula
  • Sin Cos Formula
  • Pyramid Formula

Next Article
Volume of Parallelepiped Formula

J

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

Similar Reads

    Volume of a Pyramid Formula
    Pyramid is a three-dimensional shape whose base is a polygon, and all its triangular faces join at a common point called the apex. The pyramids of Egypt are real-life examples of pyramids. Volume of a pyramid is the space occupied by that pyramid and is calculated by the formula, V = 1/3×(Area of Ba
    9 min read
    Rectangular Parallelepiped Formula
    A Rectangular Parallelepiped is a polyhedron with six faces. Here each face is a rectangle. It can also be called a cuboid. It is a three dimensional (3D) figure. For any two dimensional or three-dimensional figures, the concept of mensuration is applied. Mensuration is the branch of geometry that d
    6 min read
    Volume of a Square Pyramid Formula
    A pyramid is a three-dimensional polyhedron with a polygonal base and three or more triangle-shaped faces that meet above the base. The faces are the triangle sides, while the apex is the point above the base. The base is connected to the peak to form a pyramid. When the pyramid's base is in the sha
    8 min read
    Parallelogram Formulas
    Geometry is a field of study which it is about shapes and their properties. The shapes are studied on the basis of their dimensions, composition, angles, and other properties. The field deals with the calculation of area, volume, perimeter, and other parameters of a particular shape. What is a paral
    4 min read
    Resistors in Parallel Formula
    Resistors in parallel are defined as a circuit in which two or more resistors are connected parallelly to each other such that both terminals of one resistor are linked to each terminal of the other resistor or resistors. A parallel circuit is also known as a current divider as the current of the ci
    5 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