Question
The average height of a volleyball team of 12 Brazilian
players is 185 cm. If the height of the coach is included, the average height increases by 3 cm. Find the height of the coach.Solution
ATQ, Total height of the players excluding coach = 12 × 185 = 2220 cm Let the height of the coach be ‘h’ cm. According to the question, (2220 + h) / (12 + 1) = 185 + 3 2220 + h = 13 × 188 2220 + h = 2444 h = 2444 – 2220 h = 224 cm. So, the height of the coach is 224 cm
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following is the most accurate description of semi-structured data ?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which Python library is primarily used for data manipulation and cleaning?
Which of the following is an example of non-random sampling?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following query will return the third-highest salary from an Employee table in SQL?