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:
Practice Questions on Triangles
Next article icon

Practice Questions on Triangles

Last Updated : 26 Jul, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Triangles are a fundamental concept in geometry, and mastering them is crucial for students at various levels, particularly in class 9. Understanding and solving problems on triangles not only strengthens geometric skills but also enhances overall mathematical reasoning. This collection of practice questions on triangles is designed to cover a wide range of topics, including basic properties, congruence, and classification of triangles.

Whether you are looking for questions on triangles for class 9 or exploring more advanced questions on congruent triangles, this guide provides a set of problems to test and improve your understanding. Dive into practice and perfect your knowledge of triangles with these carefully curated questions.

Types of Triangles

Triangles can be classified based on their sides and angles:

ClassificationTypeDescription
Based on SidesEquilateral TriangleAll three sides are equal, and all three angles are 60 degrees.
Isosceles TriangleTwo sides are equal, and the angles opposite these sides are equal.
Scalene TriangleAll three sides and all three angles are different.
Based on AnglesAcute TriangleAll three angles are less than 90 degrees.
Right TriangleOne of the angles is exactly 90 degrees.
Obtuse TriangleOne of the angles is greater than 90 degrees.
classification_of_triangles_Practice_Questions_on_Triangles


Formulas on Triangle

Some of the common formulas related to triangles are:

FormulaDescriptionExpression
PerimeterSum of all sides of the triangleP = a+b+c
AreaArea of a triangle using its base and heightArea = (1/2)​ × b × h
Heron's FormulaArea of a triangle using its sides a, b, and cs = (a+b+c)/2​, Area = √[s(s−a)(s−b)(s−c)​]
Pythagorean TheoremRelation between the sides of a right trianglea2 + b2 = c2
Angle Sum PropertySum of the internal angles of a triangleAngle A + Angle B + Angle C = 180∘
Similar TrianglesRatio of corresponding sides of similar trianglesa1/a2​ = b1/b2​ = c1/c2​

In this article, we will discuss various problems based on these various concepts.

Practice Questions on Triangles : Solved

1. Classify the triangle with sides of lengths 7 cm, 24 cm, and 25 cm.

To classify the triangle, we can use the Pythagorean theorem to determine if it is a right triangle.

According to the theorem, in a right triangle, the square of the length of the hypotenuse (the longest side) should be equal to the sum of the squares of the other two sides.

252 = 72 + 242 625 = 49 + 576 625 = 625

Since the equation holds true, the triangle with sides 7 cm, 24 cm, and 25 cm is a right triangle. Additionally, since it has all different side lengths, it is also a scalene triangle.

2. Find the area of a triangle with a base of 10 cm and a height of 5 cm.

The area (A) of a triangle is given by the formula:

Area = (1/2) × base × height

Substituting the given values:

Area = (1/2) × 10 × 5 Area = (1/2) × 50 Area = 25 square centimeters

So, the area of the triangle is 25 square centimeters.

3. Calculate the perimeter of an equilateral triangle with each side measuring 8 cm.

The perimeter (P) of an equilateral triangle is the sum of the lengths of all its sides. Since all sides of an equilateral triangle are equal:

Perimeter = 3 × side length

Perimeter = 3 × 8 Perimeter = 24 cm

So, the perimeter of the equilateral triangle is 24 centimeters.

4. Can a triangle have sides of lengths 3 cm, 4 cm, and 8 cm?

According to the Triangle Inequality Theorem, the sum of the lengths of any two sides of a triangle must be greater than the length of the third side. Let's check this for the given sides:

  1. 3 + 4 > 8 (7 > 8, which is false)
  2. 3 + 8 > 4 (11 > 4, which is true)
  3. 4 + 8 > 3 (12 > 3, which is true)

Since the first condition fails, a triangle with sides of lengths 3 cm, 4 cm, and 8 cm cannot exist.

5. Two triangles are similar. The sides of the first triangle are 6 cm, 8 cm, and 10 cm. The shortest side of the second triangle is 3 cm. Find the lengths of the other two sides of the second triangle.

Since the triangles are similar, the corresponding sides are proportional. The ratio of the sides of the first triangle to the second triangle is the same.

The shortest side of the first triangle is 6 cm, and the shortest side of the second triangle is 3 cm. The ratio of the sides is:

Ratio = 3/6 = 1/2

Using this ratio, we can find the other sides of the second triangle:

For the side corresponding to 8 cm: Other side = 8 × (1/2) = 4 cm

For the side corresponding to 10 cm: Other side = 10 × (1/2) = 5 cm

So, the lengths of the other two sides of the second triangle are 4 cm and 5 cm.

6. In a right triangle, one leg is 9 cm and the hypotenuse is 15 cm. Find the length of the other leg.

Let the length of the other leg be (b). According to the Pythagorean theorem:

a2 + b2 = c2

Here, a = 9 cm and c = 15 cm. Substituting these values in:

92 + b2 = 152

⇒ 81 + b2 = 225

⇒ b2 = 225 - 81

⇒ b2 = 144

⇒ b = √144

⇒ b = 12 cm

So, the length of the other leg is 12 cm.

7. Find the area of a triangle with sides 7 cm, 8 cm, and 9 cm.

First, calculate the semi-perimeter (s) of the triangle:

s = (a + b + c) / 2 s = (7 + 8 + 9) / 2 s = 12 cm

Using Heron's formula, the area (A) of the triangle is:

A = √[s(s-a)(s-b)(s-c)]

Substitute the side lengths into the formula:

A = √[12(12-7)(12-8)(12-9)] A = √[12 × 5 × 4 × 3] A = √720 A ≈ 26.83 square centimeters

So, the area of the triangle is approximately 26.83 square centimeters.

8. In a triangle, one angle is 35 degrees and another angle is 65 degrees. Find the measure of the third angle.

The sum of the angles in any triangle is always 180 degrees. Let the third angle be (x). Then:

35 + 65 + x = 180 100 + x = 180 x = 180 - 100 x = 80

So, the measure of the third angle is 80 degrees.

Practice Questions on Triangles : Unsolved

Following are some practice questions triangle which you must try have better command over the topic.

Problem 1: Given a triangle with sides 5 cm, 5 cm, and 8 cm, classify the triangle based on its sides.

Problem 2: In a triangle, two angles are 45° and 55°. Find the measure of the third angle.

Problem 3: In a triangle, one angle measures 80° and another angle measures 60°. What is the measure of the third angle?

Problem 4: Find the perimeter of a triangle with sides measuring 7 cm, 10 cm, and 12 cm.

Problem 5: Calculate the area of a triangle with a base of 10 cm and a height of 8 cm.

Problem 6: A triangle has sides measuring 6 cm, 8 cm, and 10 cm. Find the area using Heron's formula.

Problem 7: In a right triangle, the lengths of the legs are 9 cm and 12 cm. Find the length of the hypotenuse.

Problem 8: Triangle ABC is similar to triangle DEF. If the sides of triangle ABC are 3 cm, 4 cm, and 5 cm, and the shortest side of triangle DEF is 6 cm, find the lengths of the other two sides of triangle DEF.

Problem 9: Given a triangle with sides 8 cm and 15 cm, determine the possible range for the third side.

Problem 10: In a triangle with sides 3 cm, 4 cm, and 5 cm, identify the largest angle.

Related Articles:

Practice Problems on Probability
Practice Problems on Order of Operations
Practice Questions on Matrices with Solution
Practice Problems on Complement of a Set

Conclusion

Mastering triangles is an essential part of geometry education. This collection of problems on triangles and questions on triangles for class 9 offers a thorough practice resource to help you solidify your understanding. By working through these questions on congruent triangles and other triangle-related problems, you can build a strong foundation in geometry. Regular practice will ensure that you are well-prepared for exams and able to apply these concepts effectively in more advanced mathematical studies. Keep practicing and exploring the fascinating world of triangles to achieve excellence in geometry.


Next Article
Practice Questions on Triangles

R

ratiagra9n0f
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Practice Questions

Similar Reads

    Practice Questions on Area of Triangle
    Area of a triangle is given by Heron's formula. Let ABC be a triangle such that the length of 3 sides of the triangle is AB = c, BC = a and AC = b. Then, the area of triangle ABC(△),△ = √[s (s - a)(s - b)(s - c) where s is semi-perimeter calculated by (a + b + c) / 2.In this article, we will explore
    4 min read
    Practice Questions on Congruence of Triangles
    Triangles are said to be congruent if they measure same in size. There are various ways to determine the congruency of two triangles. This article provides an overview of various methods to prove the congruence of triangles. It also has practice questions on Congruence of Triangles which will help t
    6 min read
    Construction of Triangles
    Triangles are three-sided polygon which have three vertices. Basic construction techniques allow us to construct triangles. An important property of the triangle is that sum of internal angles of a triangle is 180°.  SAS, SSS, ASA, and RHS are the rules of congruency of two triangles. A triangle is
    8 min read
    Properties of Triangle
    A triangle is a basic geometric form with three sides and three corners. Each side links to two adjacent sides, resulting in three corners where the sides meet. The angles within a triangle always sum to 180 degrees. Triangles are classified into three types: equilateral (all sides and angles are eq
    5 min read
    Facts about Triangles
    Triangles are one of the simplest yet most important shapes in mathematics, characterized by their three sides and three angles. Whether found in geometry, nature, or everyday life, triangles are fundamental to both theoretical and practical applications.In this article, we will discuss triangle and
    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