Question
Number of girls in class ‘P’ is 60% of number of boys
in that class. Class ‘Q’ has 20% fewer boys than in class ‘P’ and 40% more total students than class ‘P’. Find the ratio of number of girls in class ‘P’ to that in class ‘Q’.Solution
ATQ,
Let the number of boys in class ‘P’ = 100x
Then, number of girls in class ‘P’ = 0.60 × 100x = 60x
Number of boys in class ‘Q’ = 0.80 × 100x = 80x
Total number of students in class ‘Q’ = (100x + 60x) × (140/100) = 224x
Number of girls in class ‘Q’ = 224x – 80x = 144x
Required ratio = (60x):(144x) = 5:12
Which SQL command is primarily used to retrieve records from a database table?
What is the difference between memoization and tabulation in Dynamic Programming?
What is the purpose of version control systems (e.g., Git, SVN)?
Consider three processes P1, P2, P3 with burst times 10, 5, 8 milliseconds respectively. All arrive at time 0. If they are scheduled using the Shortest ...
Which type of relationship does inheritance represent?
Which of the following best describes the "Ready" state of a process?
Which of the following real-world applications commonly uses a queue data structure to manage its operations?
Which of the following is the main advantage of using the Round Robin CPU Scheduling algorithm over First-Come-First-Serve (FCFS) in terms of process ex...
Which architecture is used in modern NLP tasks like BERT and GPT?
A recursive backtracking solution for the Subset Sum problem is generating duplicate subsets or missing valid subsets. Assuming the input array might co...