Question
In an election there are a total of 4,000 registered
voters out of which x% of voters did not cast their votes and 180 votes are declared invalid. The winner got 740 votes more than the losing candidate. The number of valid votes received by the winner are 42% of the total registered voters. How many registered voters did not cast their vote?Solution
Let the total number of registered voters = T = 4000 Number of voters who did not casted their votes = x% of Registered voters So, number of voters who casted their votes = (100 β x)% of Registered voters Out of casted votes, 180 were declared invalid. So, number of valid votes = (100 β x)% of T β 180 Number of votes, winning candidate gets = 42% of T The number of votes received by losing candidate = (100 β x)% of T β 180 β 42% of TΒ Β Β = (58 β x)% of T β 180 Difference of votes between winner and loser = 42% of T β [(58 β x)% of T β 180] = 740 (x β 16)% of T + 180 = 740 (x β 16)% of 4000 = 560 x β 16 = 14 x = 30 Registered voters who did not casted their votes = x% of 4000 = 30% of 4000 = 1200 Hence, option a) is the correct answer.
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?