Question
There were two candidate in an election. 15% of the
total voters did not cast their votes whereas 10% of the casting votes were declared invalid. If the winning candidate received 60% of the total votes and won by 3840 votes then find out the total number of Voters?Solution
Let the total voters be 100 Number of casted votes = 85 Number of valid votes = 90/100 × 85 = 76.5 Winning candidates got 60% of total votes = 60 Looser candidates got = 76.5 – 60 = 16.5 Difference between winning and looser candidates votes = 3,480 60 – 16.5 = 43.5 43.5 unit = 3,480 100 = 3480/43.5 × 100 = 8000 Total number of voters = Rs 8,000
Which probability distribution represents a continuous random variable with a constant probability density function over a specified interval?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
What is the primary advantage of using shared memory for IPC?
In a binomial distribution, which parameter represents the probability of success on a single trial?
What is the role of the catch block in exception handling?
What is the purpose of the "self" parameter in a Python class method?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
In a CSS file, there is a CSS rule for paragraphs tags – what does p can be called?