Question
In a school with 400 students, the average of the age of
the boys is 16 years and that of the girls is 12 years. If the average age of the school is 14 years 9 months. Then the number of girls in the school is.Solution
Let the average age of Boys be ‘x’ According to question, x × 16 + (400 - x) × 12 = 400 × 14(3/4) 16x + 4800 - 12x = 400 × 59/4 4x + 4800 = 5900 4x = 1100 x = 275 Number of girls = 400 - 275 = 125 Alternate Method: By Alligation, Boys            Girls 16              12        59/4 59/4 - 12     :   16 - (59/4) 11/4         :      5/4 11          :      5 So Number of girls = 5/(5+11) of 400 = 5/16 of 400 = 125 Â
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which test is commonly applied in time series analysis to determine whether a series is stationary?
A retail company wants to optimize its marketing strategy by segmenting customers based on purchasing patterns. Which technique is most suitable for thi...
Which data transformation scales features to a range of 0 to 1?
What is polymorphism in Python?
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
In Pandas, which function reads CSV files?
Which of the following best describes a key advantage of containerization over traditional virtual machines?
A disk scheduling system receives requests for the following cylinders: 98, 183, 37, 122, 14, 124, 65, 67. If the current position of the disk head is a...
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...