Question
The average of three numbers is 21. The first number is
double the second, and the third number is double the first. Calculate the sum of the first and third numbers.Solution
Let 2nd number be 'x' Therefore, 1st number = 2x And, 3rd number = 2 X 2x = 4x Therefore, x + 2x + 4x = (21 X 3) = 63 ATQ; 7x = 63 Or, x = 9 Required sum = 2x + 4x = 6x = 6 X 9 = 54 Hence, option a.
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?