Question
A school bought 45 benches and 55 desks. Average cost of
a bench is Rs. 1,800 and that of a desk is Rs. 2,700. Find the average cost (in Rs.) of all the benches and desks.Solution
ATQ,
Required average = (45 × 1800 + 55 × 2700) ÷ (45 + 55)
= (81000 + 148500) ÷ 100
= (229500 ÷ 100) = Rs. 2,295
 Which graph traversal algorithm uses a queue to explore vertices in a layer-by-layer fashion?
What is the time complexity for accessing an element at a specific index in an array?
Which of the following is true about triggers in a relational database?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
In the context of system analysis, which of the following best defines the "use case" diagram?
Which data structure is used in BFS traversal of graphs?
A queue follows which principle for data access?
Which of the following data structures is best suited for implementing a LIFO (Last In, First Out) mechanism?
Which SQL query will retrieve the second highest salary from an Employee table?