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
  • Quantitiative Aptitude
  • Logical Reasoning
  • Verbal Ability
  • Aptitude Quiz
  • Quantitiative Aptitude Quiz
  • Verbal Ability Quiz
  • Aptitude For Placements
  • Interview Corner
  • Practice Sets
Open In App
Next Article:
Geometry Questions
Next article icon

Geometry - Solved Questions and Answers

Last Updated : 26 Jun, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Question 1: In a circle with a radius of 10 cm, find the length of a chord that is 6 cm from the center.

Solution:

Let the radius r = 10cm and the distance from the center to the chord d = 6.
Use the formula for the chord length:

L = 2\sqrt{r^2 - d^2}

L = 2\sqrt{10^2 - 6^2}

= 2\sqrt{100 - 36}

= 2√64

= 2 × 8

= 16 cm


Question 2: Find the sum of the interior angles of a polygon with 8 sides.

Solution:

Sum of interior angles of an n-sided polygon = (n−2) × 180∘
Sum = (8 − 2) × 180 = 6 × 180 = 1080∘

Question 3: Find the measure of an angle if five times its complement is 10° less than twice its supplement.

Solution:

According to the problem:
5 × (90∘ − x) = 2 × (180∘ − x) − 10∘

Now, solve the equation:
450∘ − 5x = 360∘ − 2x − 10∘
450∘ − 350∘ = −2x + 5x
100∘ = 3x
x = 33.33∘

Question 4: In a triangle ΔXYZ, if 3∠X = 4∠Y = 5∠Z3, then find the value of ∠X.

Solution:

Let: 3∠X = 4∠Y = 5∠Z = k

From this, we can express the angles as:

  • ∠X = k/3​
  • ∠Y = k/4
  • ∠Z = k/5

The sum of the angles in a triangle is 180∘:

∠X + ∠Y+ ∠Z = 180∘

Substituting the expressions for ∠X, ∠Y, and ∠Z:

k/3 + k/4 + k5 = 180∘

20k + 15k + 12k/60 ​= 180∘

47k = 10800

k = 229.79∘

∠X = k/3 ​= 229.79/3 = 76.6.

Question 5: What is the formula for calculating the volume of a cylinder, and how do you apply it to a cylinder with a radius of 7 cm and a height of 10 cm?

Solution:

To calculate the volume of a cylinder, you can use the formula:

Volume = πr2h

r = 7

h =10

volume = π(7 × 7) × 10

490π cm3

Question 6: A triangle has sides of lengths 12 cm, 12 cm, and 9 cm. Calculate the area of the triangle.

Solution:

A triangle has a base b=10 and two equal sides of 12 cm each.

we can use Heron's formula.
The formula for the area of a triangle with sides of lengths a, b, and c is:

A=√s(s−a)(s−b)(s−c)

Where:
s = a + b + c/2


12+12+9​/2=33/2​=16.5cm

A=√16.5(16.5−12)(16.5−12)(16.5−9)​
A = √16.5 × 4.5 × 4.5 × 7.5

16.5 × 4.5 = 74.25
74.25 × 4.5 = 333.125
333.125 × 7.5 = 2498.4375

Now, take the square root:

A = √2498.4375 ​≈ 49.98cm2

The area of the triangle is approximately 50 cm².

Question 7: The distance between the centers of two circles with radii 8 cm and 5 cm is 20 cm. What is the length of the traverse common tangent to the circles?

Solution:

Length of traverse common tangent = √[(Distance between their centres)2-(r1 + r2)2] 

= √[(20)2 - (8 + 5)2]

= √(400 - 169)

= √ (231)

= 15.2 cm

Question 8: If each interior angle of a regular polygon is 120∘120^\circ120∘, what is the number of sides of the polygon?

Solution:

Interior angle = 120∘
Exterior angle = 180∘ − 120∘ = 60∘
Number of sides of polygon = 360∘/exterior angle = 360∘/60∘ = 6

The number of sides of the polygon is 6.

  • To learn about Geometric Shapes, you can refer to Geometric Shapes in Maths.


Next Article
Geometry Questions

S

surajb1g23
Improve
Article Tags :
  • Aptitude
  • Mathematics
  • Aptitude
  • Maths
  • placement

Similar Reads

    Geometry Aptitude Questions & Answers
    Question 1: In a circle with a radius of 10 cm, find the length of a chord that is 6 cm from the center.Solution:Let the radius r = 10cm and the distance from the center to the chord d = 6.Use the formula for the chord length:L = 2\sqrt{r^2 - d^2}L = 2\sqrt{10^2 - 6^2}= 2\sqrt{100 - 36}= 2√64= 2 × 8
    3 min read
    Geometry Questions
    Geometry is an essential chapter in NCERT Math textbooks, regardless of which class you're in. This article breaks down complex geometry concepts into understandable questions with solutions. Covering everything from basic geometry shapes and formulas to the principles of lines and angles, this list
    13 min read
    Mensuration 2D - Aptitude Questions and Answers
    Important Mensuration Formulas2D- ShapeAreaPerimeterSquarea24aRectanglel × b2 (l + b)Circleπr2 2πrScalene Triangle√ [s (s-a) (s-b) (s-c)]Where, s = (a + b + c)/2a + b + cIsosceles Triangle1/2 × base × height2a + bEquilateral triangle√3/4 x23aParallelogrambase × height2 (a + b)Rhombus1/2 × d1 × d24aT
    5 min read
    Algebra - Aptitude Questions and Answers
    Question 1: If there are 2 apples in a bag and x apples are added to it, making a total of 10 apples, how many apples were added?Solution:Let the number of apples added be x.The total number of apples is 2 (initial) + x (added) = 10.So, 2 + x = 10.Subtract 2 from both sides to find x: x = 10 - 2.The
    10 min read
    Height and Distances - Aptitude Questions and Answers
    Question 1: From the top of a lighthouse, the angles of depression of two ships are 30 and 45 degrees. The two ships, as it was observed from the top of the lighthouse, were 100 m apart. Find the height of the lighthouse.Solution:Here, we can apply the formula Height = Distance/[cot(original angle)
    6 min read
    Practice Questions on Coordinate Geometry
    Coordinate geometry is essential for anyone who wants to study mathematics, physics, engineering, or computer science. Coordinate geometry is a branch of mathematics that uses algebraic equations to describe and analyze geometric shapes and their properties on a coordinate plane. In this article, we
    8 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