Question
The mean of 12 numbers is 15. When two additional
numbers, x and y , are included, the average increases by 1. Given that the difference between x and y is 20, determine the value of y.ΒSolution
Sum of 12 numbers = 12 X 15 = 180 Sum of 14 numbers = 14 X 16 = 224 So, x + y = 224 - 180 = 44 ----------(i) And, x - y = 20 -----------(ii) Solving (i) and (ii) , we get x = 32 and y = 12 Hence, option a.
Which of the following describes the difference between Windows and Unix/Linux file systems?Β Β
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?
What is the time complexity of inserting an element in a heap?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is true for the time complexity of binary search?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
In a relational database, what is the purpose of a foreign key?
Which application layer protocol is used to retrieve emails from a remote server?
Which page replacement algorithm replaces the page that will not be used for the longest period of time in the future?Β Β