Question
In a town, 30% of the population is ineligible to vote.
Among those eligible, 50% are women. If 2/5 of eligible men and 1/5 of eligible women voted, find the ratio of male to female voters who voted.Solution
ATQ,
Let the total population be '100n'
Eligible voters = 0.70 × 100n = '70n'
Eligible female voters = 0.50 × 70n = '35n'
Eligible male voters = 70n - 35n = '35n'
Males who voted = (2/5) × 35n = '14n'
Females who voted = (1/5) × 35n = '7n'
Required ratio = 14n : 7n = 2 : 1
What is the primary purpose of virtual memory in a computer system?
In tuple calculus, what does the ∃ symbol represent?
Which of the following is a common programming technique to prevent SQL injection attacks?
Which backup strategy involves rotating backup media to ensure data redundancy and off-site storage?
Which scheduling policy aims to minimize the average waiting time?
The smallest picture used to represent a file or a program in a GUI interface is called?
What is Hadoop's primary function in big data processing?
Which recovery model in a database allows for point-in-time recovery using transaction logs?
The SI unit for measuring length is:
Which of the following is NOT a common application of recursion?