

InterviewSolution
Saved Bookmarks
1. |
In an election, two contestants A and B contested x% of the total voters voted for A and (x+20)% for B. If 20% of the voters did not vote, then x is |
Answer» Here, total number of voters including who did not vote `= (x)+(x+20)+(20)` `:. x+x+20+20 = 100` `=>2x+40 = 100` `=>2x = 60` `=> x = 30.` |
|