InterviewSolution
Saved Bookmarks
| 1. |
In an election, there are two candidates A and B. A gets 60% of total valid votes. If the total voters are 7200and 10% of total votes are declared invalid. Find the number of votes B get.1. 26622. 24823. 27724. 25925. None of these |
|
Answer» Correct Answer - Option 4 : 2592 Given: Total number of voters = 7200 Number of invalid votes = 10% Percentage of valid votes that A got = 60% Concept used: Number of votes B get = Total number of voters – (Invalid votes + Number of votes secured by A) Calculation: Number of valid votes = 7200 × {(100 – 10)/100} ⇒ 7200 × {90/100} ⇒ 648000/100 ⇒ 6480 Number of votes that A got = 6480 × (60/100) ⇒ 388800/100 ⇒ 3888 Number of votes that B got = 6480 – 3888 ⇒ 2592 ∴ The number of votes B got is 2592. |
|