Skip to content
geeksforgeeks
  • 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
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • GfG 160: Daily DSA
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • 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 Aptitude Questions & Answers
Next article icon

Geometry Aptitude Questions & Answers

Last Updated : 06 Nov, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Geometry is the study of different varieties of shapes, figures, and sizes. It gives us knowledge about distances, angles, patterns, areas, and volumes of shapes. In this article, we have provided aptitude questions with solutions on geometry along with unsolved questions as well.

Prerequisites:

  • Geometry in Maths
  • Geometric Shapes in Maths

Aptitude Questions on Geometry

Following are some of the Geometry questions along with their solutions:

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 13 cm each.

Find the height h by splitting the triangle into two right triangles.

h2 = 132 − 52 = 169 − 25 =144

h = 12cm

Calculate the area using the formula: Area = 1/2 × b × h = 1/2 × 10 × 12 = 60 cm2

Thus, the area of the triangle is 60 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 = 140∘
Exterior angle = 180∘ − 140∘ = 40∘
Number of sides of polygon = 360∘/exterior angle = 360∘/40∘ = 9

The number of sides of the polygon is 9.

Practice Questions on Geometry Aptitude

1. In a circle of radius 15 cm, find the length of a chord that is 9 cm from the center.

2. Find the sum of the interior angles of a polygon with 10 sides.

3. Find the measure of an angle if four times its complement is 20° less than three times its supplement.

4. The angles of a triangle are in the ratio of 4:5:6. Find the largest angle of the triangle.

5. What is the formula for calculating the volume of a cone, and how do you apply it to a cone with a radius of 5 cm and a height of 12 cm?

6. A triangle has sides of lengths 5 cm, 5 cm, and 6 cm. Calculate the area of the triangle.

7. The distance between the centers of two circles with radii 7 cm and 3 cm is 18 cm. What is the length of the traverse common tangent to the circles?

8. If each interior angle of a regular polygon is 135∘, what is the number of sides of the polygon?

Answer Key

  • Length of the chord: 24 cm
  • The sum of the interior angles: 1440°
  • Measure of the angle: 160°
  • Largest angle of the triangle: 72∘
  • The volume of the cone: 100π cm³
  • Area of the triangle: 12 cm²
  • Length of the traverse common tangent: 15 cm
  • Number of sides of the polygon: 8

Next Article
Geometry Aptitude Questions & Answers

S

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

Similar Reads

  • Aptitude Questions and Answers
    Aptitude questions can be challenging, but with the right preparation and practice, you can tackle them with ease. Our comprehensive guide to aptitude questions and answers covers all the essential topics of Aptitude, including Quantitative Aptitude, Logical Reasoning, and Verbal Ability. Whether yo
    3 min read
  • Area - Aptitude Questions and Answers
    Surface area topic is an integral part of various competitive examinations in India. They are an important part of Geometry which is usually asked in Quantitative Aptitude. Being able to understand and solve area questions quickly and accurately is essential to help you score well in exams. This art
    8 min read
  • Clock - Aptitude Questions and Answers
    Clock questions are commonly included in quantitative aptitude exams. These questions typically require the application of basic arithmetic and algebraic concepts to solve problems related to time and time difference between two events.Prerequisites: Clock - FundamentalsAptitude Questions on ClocksQ
    5 min read
  • Progression - Aptitude Questions and Answers
    Progression (or Sequences and Series) are mathematical concepts that involve arranging numbers in a particular order based on a repeatable pattern. The topic of Progressions is frequently asked in various competitive exams like SSC, Bank PO, and other government job exams and is a crucial part of Qu
    6 min read
  • Calendar - Aptitude Questions and Answers
    Calendars are one of the most important topics for government sector entrance exams. The topic “Calendar” falls under the category of Logical Reasoning as it involves a lot of logical discussion and analysis.In this article, solved questions on Calendars in the aptitude section are given.Prerequisit
    7 min read
  • Mensuration 2D - Aptitude Questions and Answers
    Mensuration 2D is an important topic in Quantitative Aptitude, which mainly deals with problems related to the perimeter and area of two-dimensional shapes such as triangles, squares, rectangles, circles, parallelograms, etc.Mensuration (2D) deals with measuring length, area, and perimeter of 2-dime
    7 min read
  • Seating Arrangement : Aptitude Questions and Answers
    Seating arrangement is the logical arrangement of people or objects. This concept involves arrangement of people in many possible ways. Seating Arrangement is a common category of Logical Reasoning that is asked in competitive exams.In these types of questions, you will have to arrange a group of pe
    6 min read
  • Algebra - Aptitude Questions and Answers
    Algebra is the basis for calculus, geometry, trigonometry, and statistics. This would require practicing as many questions as possible. These algebra Questions should cover a range of topics, including linear equations, quadratic equations, polynomials, etcPrerequisites: Algebra in MathAptitude Ques
    11 min read
  • Height and Distances - Aptitude Questions and Answers
    Solving height and distance questions requires a strong knowledge of trigonometric principles. These types of problems come up frequently on various competitive examinations, like the SSC, Bank PO, and other government job exams, and are an integral part of Quantitative Aptitude. Prerequisite: Heigh
    9 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
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.

'); // $('.spinner-loading-overlay').show(); let script = document.createElement('script'); script.src = 'https://assets.geeksforgeeks.org/v2/editor-prod/static/js/bundle.min.js'; script.defer = true document.head.appendChild(script); script.onload = function() { suggestionModalEditor() //to add editor in suggestion modal if(loginData && loginData.premiumConsent){ personalNoteEditor() //to load editor in personal note } } script.onerror = function() { if($('.editorError').length){ $('.editorError').remove(); } var messageDiv = $('
').text('Editor not loaded due to some issues'); $('#suggestion-section-textarea').append(messageDiv); $('.suggest-bottom-btn').hide(); $('.suggestion-section').hide(); editorLoaded = false; } }); //suggestion modal editor function suggestionModalEditor(){ // editor params const params = { data: undefined, plugins: ["BOLD", "ITALIC", "UNDERLINE", "PREBLOCK"], } // loading editor try { suggestEditorInstance = new GFGEditorWrapper("suggestion-section-textarea", params, { appNode: true }) suggestEditorInstance._createEditor("") $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = true; } catch (error) { $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = false; } } //personal note editor function personalNoteEditor(){ // editor params const params = { data: undefined, plugins: ["UNDO", "REDO", "BOLD", "ITALIC", "NUMBERED_LIST", "BULLET_LIST", "TEXTALIGNMENTDROPDOWN"], placeholderText: "Description to be......", } // loading editor try { let notesEditorInstance = new GFGEditorWrapper("pn-editor", params, { appNode: true }) notesEditorInstance._createEditor(loginData&&loginData.user_personal_note?loginData.user_personal_note:"") $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = true; } catch (error) { $('.spinner-loading-overlay:eq(0)').remove(); editorLoaded = false; } } var lockedCasesHtml = `You can suggest the changes for now and it will be under 'My Suggestions' Tab on Write.

You will be notified via email once the article is available for improvement. Thank you for your valuable feedback!`; var badgesRequiredHtml = `It seems that you do not meet the eligibility criteria to create improvements for this article, as only users who have earned specific badges are permitted to do so.

However, you can still create improvements through the Pick for Improvement section.`; jQuery('.improve-header-sec-child').on('click', function(){ jQuery('.improve-modal--overlay').hide(); $('.improve-modal--suggestion').hide(); jQuery('#suggestion-modal-alert').hide(); }); $('.suggest-change_wrapper, .locked-status--impove-modal .improve-bottom-btn').on('click',function(){ // when suggest changes option is clicked $('.ContentEditable__root').text(""); $('.suggest-bottom-btn').html("Suggest changes"); $('.thank-you-message').css("display","none"); $('.improve-modal--improvement').hide(); $('.improve-modal--suggestion').show(); $('#suggestion-section-textarea').show(); jQuery('#suggestion-modal-alert').hide(); if(suggestEditorInstance !== null){ suggestEditorInstance.setEditorValue(""); } $('.suggestion-section').css('display', 'block'); jQuery('.suggest-bottom-btn').css("display","block"); }); $('.create-improvement_wrapper').on('click',function(){ // when create improvement option clicked then improvement reason will be shown if(loginData && loginData.isLoggedIn) { $('body').append('
'); $('.spinner-loading-overlay').show(); jQuery.ajax({ url: writeApiUrl + 'create-improvement-post/?v=1', type: "POST", contentType: 'application/json; charset=utf-8', dataType: 'json', xhrFields: { withCredentials: true }, data: JSON.stringify({ gfg_id: post_id }), success:function(result) { $('.spinner-loading-overlay:eq(0)').remove(); $('.improve-modal--overlay').hide(); $('.unlocked-status--improve-modal-content').css("display","none"); $('.create-improvement-redirection-to-write').attr('href',writeUrl + 'improve-post/' + `${result.id}` + '/', '_blank'); $('.create-improvement-redirection-to-write')[0].click(); }, error:function(e) { showErrorMessage(e.responseJSON,e.status) }, }); } else { if(loginData && !loginData.isLoggedIn) { $('.improve-modal--overlay').hide(); if ($('.header-main__wrapper').find('.header-main__signup.login-modal-btn').length) { $('.header-main__wrapper').find('.header-main__signup.login-modal-btn').click(); } return; } } }); $('.left-arrow-icon_wrapper').on('click',function(){ if($('.improve-modal--suggestion').is(":visible")) $('.improve-modal--suggestion').hide(); else{ } $('.improve-modal--improvement').show(); }); const showErrorMessage = (result,statusCode) => { if(!result) return; $('.spinner-loading-overlay:eq(0)').remove(); if(statusCode == 403) { $('.improve-modal--improve-content.error-message').html(result.message); jQuery('.improve-modal--overlay').show(); jQuery('.improve-modal--improvement').show(); $('.locked-status--impove-modal').css("display","block"); $('.unlocked-status--improve-modal-content').css("display","none"); $('.improve-modal--improvement').attr("status","locked"); return; } } function suggestionCall() { var editorValue = suggestEditorInstance.getValue(); var suggest_val = $(".ContentEditable__root").find("[data-lexical-text='true']").map(function() { return $(this).text().trim(); }).get().join(' '); suggest_val = suggest_val.replace(/\s+/g, ' ').trim(); var array_String= suggest_val.split(" ") //array of words var gCaptchaToken = $("#g-recaptcha-response-suggestion-form").val(); var error_msg = false; if(suggest_val != "" && array_String.length >=4){ if(editorValue.length { jQuery('.ContentEditable__root').focus(); jQuery('#suggestion-modal-alert').hide(); }, 3000); } } document.querySelector('.suggest-bottom-btn').addEventListener('click', function(){ jQuery('body').append('
'); jQuery('.spinner-loading-overlay').show(); if(loginData && loginData.isLoggedIn) { suggestionCall(); return; } // script for grecaptcha loaded in loginmodal.html and call function to set the token setGoogleRecaptcha(); }); $('.improvement-bottom-btn.create-improvement-btn').click(function() { //create improvement button is clicked $('body').append('
'); $('.spinner-loading-overlay').show(); // send this option via create-improvement-post api jQuery.ajax({ url: writeApiUrl + 'create-improvement-post/?v=1', type: "POST", contentType: 'application/json; charset=utf-8', dataType: 'json', xhrFields: { withCredentials: true }, data: JSON.stringify({ gfg_id: post_id }), success:function(result) { $('.spinner-loading-overlay:eq(0)').remove(); $('.improve-modal--overlay').hide(); $('.create-improvement-redirection-to-write').attr('href',writeUrl + 'improve-post/' + `${result.id}` + '/', '_blank'); $('.create-improvement-redirection-to-write')[0].click(); }, error:function(e) { showErrorMessage(e.responseJSON,e.status); }, }); });
"For an ad-free experience and exclusive features, subscribe to our Premium Plan!"
Continue without supporting
`; $('body').append(adBlockerModal); $('body').addClass('body-for-ad-blocker'); const modal = document.getElementById("adBlockerModal"); modal.style.display = "block"; } function handleAdBlockerClick(type){ if(type == 'disabled'){ window.location.reload(); } else if(type == 'info'){ document.getElementById("ad-blocker-div").style.display = "none"; document.getElementById("ad-blocker-info-div").style.display = "flex"; handleAdBlockerIconClick(0); } } var lastSelected= null; //Mapping of name and video URL with the index. const adBlockerVideoMap = [ ['Ad Block Plus','https://media.geeksforgeeks.org/auth-dashboard-uploads/abp-blocker-min.mp4'], ['Ad Block','https://media.geeksforgeeks.org/auth-dashboard-uploads/Ad-block-min.mp4'], ['uBlock Origin','https://media.geeksforgeeks.org/auth-dashboard-uploads/ub-blocke-min.mp4'], ['uBlock','https://media.geeksforgeeks.org/auth-dashboard-uploads/U-blocker-min.mp4'], ] function handleAdBlockerIconClick(currSelected){ const videocontainer = document.getElementById('ad-blocker-info-div-gif'); const videosource = document.getElementById('ad-blocker-info-div-gif-src'); if(lastSelected != null){ document.getElementById("ad-blocker-info-div-icons-"+lastSelected).style.backgroundColor = "white"; document.getElementById("ad-blocker-info-div-icons-"+lastSelected).style.borderColor = "#D6D6D6"; } document.getElementById("ad-blocker-info-div-icons-"+currSelected).style.backgroundColor = "#D9D9D9"; document.getElementById("ad-blocker-info-div-icons-"+currSelected).style.borderColor = "#848484"; document.getElementById('ad-blocker-info-div-name-span').innerHTML = adBlockerVideoMap[currSelected][0] videocontainer.pause(); videosource.setAttribute('src', adBlockerVideoMap[currSelected][1]); videocontainer.load(); videocontainer.play(); lastSelected = currSelected; }

What kind of Experience do you want to share?

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