Question
PQRS is a cyclic quadrilateral. If ∠P is three times
of ∠R and ∠S is five times of ∠Q, then the sum of ∠Q + ∠R will be:Solution
ATQ, As we know ⇒ ∠P + ∠R = 180° [∵ ∠P : ∠R = 3 : 1] ⇒ 4 ∠R = 180° ⇒ ∠R = 45° Similarly, ⇒ ∠S + ∠Q = 180° [∵ ∠S : ∠Q = 5 : 1] ⇒ 6∠Q = 180° ⇒ ∠Q = 30° ⇒ ∠R + ∠Q = 45° + 30° = 75°Â
What is a fundamental characteristic of a singly linked list?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
Which type of database join returns only the matching rows from two tables based on a condition?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...Which of the following best illustrates Encapsulation in Object-Oriented Programming?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Tarjan’s algorithm is used to find:
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
Which testing type evaluates internal code logic and control flow?