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:
Ratio of area of one circle to the equilateral triangle when three equal circles are placed inside an equilateral triangle
Next article icon

Ratio of area of one circle to the equilateral triangle when three equal circles are placed inside an equilateral triangle

Last Updated : 29 Oct, 2020
Comments
Improve
Suggest changes
Like Article
Like
Report

Given three equal circles that are placed inside an equilateral triangle such that every circle is tangential to the sides of the equilateral triangle and to other circles. The task is to find the ratio of the area of one circle to the area of the equilateral triangle. 

Solution: 
Below is the image of how circles are inscribed in a triangle: 
 

Now since AB and BC are tangents to the circle with center P, PQ will be perpendicular to BC and PB will bisect angle ABC. Hence angle PBQ=30° since ABC is an equilateral triangle and angle ABC=60°.

Consider the triangle PBQ,  tan30°= PQ/BQ = 1/√3

BQ = PQ*√3 = R*√3 (R is radius one circle). Similarly RC = R*√3

Now BC = BQ+QR+CR = R√3 + 2R + R√3 = 2R(√3 +1)
Therefore, the ratio of the area of the circle to the area of the triangle is given by: 
 

Ratio = \frac{area(circle)}{area(triangle)}    

Since, 

area(circle) = \pi*r^{2}    area(triangle) = \frac{\sqrt{3}(2r(\sqrt{3}+1))^{2}}{4}    

Therefore, the ratio is given by: 

Ratio = \frac{\pi r^{2}}{\frac{\sqrt{3}(2r(\sqrt{3}+1))^{2}}{4}}    Ratio = \frac{\pi}{\sqrt{3}(\sqrt{3}+1)^{2}}    


 


Next Article
Ratio of area of one circle to the equilateral triangle when three equal circles are placed inside an equilateral triangle

S

saif_ahmad_khan
Improve
Article Tags :
  • Aptitude
  • Aptitude-Puzzles

Similar Reads

    Area of Equilateral triangle inscribed in a Circle of radius R
    Given an integer R which denotes the radius of a circle, the task is to find the area of an equilateral triangle inscribed in this circle. Examples: Input: R = 4 Output: 20.784 Explanation: Area of equilateral triangle inscribed in a circle of radius R will be 20.784, whereas side of the triangle wi
    4 min read
    Area of circle inscribed in a Isosceles Trapezoid
    Given two bases of the isosceles trapezoid ABCD as a and b, the task is to find the area of circle inscribed in this trapezoid  Examples:   Input: a = 10, b = 30 Output: Area = 235.57Input: a = 20, b = 36 Output: Area = 565.38Derivation: Given a circle inscribed in trapezium ABCD (sides AB = n and C
    5 min read
    GRE Geometry | Circles
    A Circle is a 2-dimensional figure. It is a closed figure in which boundary is equidistant from the center and distance from the center to the boundary is called radius and it remains the same throughout the figure. C is the center of circle. Perimeter of a circle is called circumference. Important
    4 min read
    Puzzle 67 | Fit Triangle
    Sameer asks his friend Kartik a question to test his intelligence. Sameer – You have been given a right-angled triangle ABC, right-angled at B. The hypotenuse length is 10m and the altitude to the hypotenuse from B is 6m. Kartik – Go on. Sameer – Tell me the area of the triangle ABC. Kartik – 30 sq.
    1 min read
    Area of the circle that has a square and a circle inscribed in it
    Given the side of a square that is kept inside a circle. It keeps expanding until all four of its vertices touch the circumference of the circle. Another smaller circle is kept inside the square now and it keeps expanding until its circumference touches all four sides of the square. The outer and th
    3 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