Question
In an election contested between two candidates, the
winner won by 720 votes. If out of total votes polled, 20% were declared invalid, and out of the remaining votes 65% were received by winner, then how many votes were polled?Solution
Let total number of votes polled be '100x' So, number of invalid votes = 100x X 0.2 = '20x' Remaining votes = 100x - 20x = '80x' Number of votes received by winner = 80x X 0.65 = '52x' Number of votes received by the looser = 80x - 52x = '28x' ATQ; 52x - 28x = 720 Or, 24x = 720 So, x = 30 So, number of votes polled = 30 X 100 = 3000
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?
Given the IP address 192.168.10.5 and the subnet mask 255.255.255.240 , what is the range of valid host addresses in this subnet?
Which of the following is the most effective method to ensure data confidentiality when transmitting sensitive information over a public network?
What is a key advantage of containerization over traditional virtual machines?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
Which data structure is used in recursion?
Which testing type evaluates internal code logic and control flow?
Best case complexity of insertion sort is:
Which of the following statements is true about ACID properties in database transactions?