🚀 Download 21 Must‑Solve Questions for Class 10 Boards!
// Add custom schema markup to homepage function saplingacademy_homepage_schema() { if ( is_front_page() ) { // Only output on homepage } } add_action('wp_head', 'saplingacademy_homepage_schema');

Q) In the given figure, a circle is inscribed in a quadrilateral ABCD in which ∠B = 900. If AD = 17 cm, AB = 20 cm and DS = 3 cm, then find the radius of the circle.

circles 2

Ans:

In the above diagram, DR = DS = 3 cm

Therefore, AR = AD – DR = 17 – 3 = 14 cm

⇒AQ = AR = 14 cm

⇒QB = AB – AQ = 20 – 14 = 6 cm

Since QB = OP = r,

Therefore radius r = 6 cm

Scroll to Top