Question
The average price of two books, namely 'X' and 'Y' is
Rs. 850 whereas the average price of books 'Y' and 'Z' is Rs. 910. If the average price of book 'X' and 'Z' is Rs. 875, then find the price of book 'Z'.Solution
ATQ, Let the price of book βXβ, βYβ and βZβ be Rs. βpβ, Rs. βqβ and Rs. βrβ, respectively. p + q = 1700 q + r = 1820 r + p = 1750 So, 2(p + q + r) = 5270 Or, p + q + r = 2635 So, price of book βrβ = 2635 β 1700 = Rs. 935
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?