Question
The ratio of the number of girls to the number of
boys in a school of 720 students is 3 : 5. If 18 boys left the school, find how many new girls may be admitted so that the ratio of number of girls to the number of boys may change to 2 : 3.Solution
Ratio of number of girls to the number of boys= 3:5 Sum of the terms of the ratio = 3 + 5= 8 `:.` The number of girls in the school = `(3)/(8)` x 720 = 270 and the number of boys in the school = `(5)/(8)` x 720 = 450 Let the number of new girls admitted be x, then the number of girls become (270 + x) After 18 boys leave the school, the number of boys become (450 -18) i.e. 432 According to given, `(270 + x)/(432)= (2)/(3)` `rArr` 270 + x = 2 `xx` 144 `rArr` 270 + x = 288 `rArr` x = 18
A retail company is experiencing declining sales despite increasing website traffic. Which of the following steps best aligns with a data analyst's resp...
In R, which function is used to view the first few rows of a dataset?
In a virtual memory system, a process requests a page that is not currently in memory, triggering a page fault. Which of the following is the most optim...
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...
In VLANs (Virtual LANs), what protocol is used to carry VLAN information between switches?
Which normalization form eliminates transitive dependency in relational databases?
Which OOP concept ensures that the internal details of an object are hidden from the outside world, providing a clear interface for interaction?
Which of the following is a supervised learning technique?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
In exploratory data analysis (EDA), which of the following is the primary goal?