Question
In the given figure, a circle is inscribed in Δ PQR,
such that it touches the sides PQ, QR and RP at points D, E, F, respectively. If the lengths of the sides PQ = 15 cm, QR = 11 cm and RP = 13 cm, then find the length of PD.Solution
A circle is inscribed in Δ PQR, such that it touches the sides PQ, QR and RP at points D, E, F, respectively. ⇒ PD = PF = x         ⇒ QD = QE = y ⇒ RE = RF = z All are tangents. ⇒ PD + PF + QD + QE + RE + RF = PQ + QR + RP ⇒ x + x + y + y + z + z = 39 ⇒ 2x + 2(y + z) = 39 Here, y + z = QE + ER = RQ And we have RQ = 11 ⇒ 2x + 2(11) = 39 ⇒ 2x + 22 = 39 ⇒ 2x = 17 ⇒ x = 8.5 ⇒ PD = 8.5 cm
Which of the following data structures is best suited for implementing a priority queue?  Â
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following sorting algorithms is NOT stable?Â
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator