Question
The average of five consecutive odd numbers is 53. What
is the average of the first three numbers among them?Solution
ATQ, Let the first number be 'a'. So, the numbers are a, (a + 2), (a + 4), (a + 6), (a + 8). ATQ: a + a + 2 + a + 4 + a + 6 + a + 8 = 53 × 5 Or, 5a + 20 = 265 Or, 5a = 245 Or, a = 245 / 5 = 49 So, the first three numbers are 49, 51, and 53. Required average = (49 + 51 + 53) / 3 = 153 / 3 = 51. Alternative solution: If the average of five consecutive odd numbers is 53, then the third number is 53 (since the average is equal to the middle term). So, the 2nd and 1st numbers are 51 and 49, respectively. So, the average of 49, 51, and 53 is 51 as the three numbers are also consecutive odd.
Which of the following is true about the Round Robin (RR) CPU scheduling algorithm?
Which of the following is NOT a characteristic of the Internet of Things (IoT)?
The amortized time for inserting into a dynamic array (like C++ vector) is:
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
A directed acyclic graph (DAG) has 10 vertices and 15 edges. What is the maximum possible number of topological orderings?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which sorting algorithm has an average-case time complexity of O(n log n) and is known for its efficiency, often using a divide-and-conquer approach?
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
Which of the following is substring of “IXAMBEE”?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?