InterviewSolution
Saved Bookmarks
| 1. |
In a city of 8000 people, 30% are well equipped with coding, (1/4)th of the total population is still in the foundation coding course, calculate the number of non-coders present in the city1. 24002. 25003. 36004. 3500 |
|
Answer» Correct Answer - Option 3 : 3600 Given: Total population of village = 8000 Number of people who know coding = 30% Number of people learning coding = 1/4 Formula used: Total percentage of non-coders = 100 – total number of coders Calculations: Here, people studying coding won’t be considered as non-coders Total number of coders = 30% + ((1/4) × 100) Total number of coders = 30% + 25% Total number of coders = 55% Total number of non-coders = 100% – 55% = 45% Total number of non coders = (45/100) × 8000 Total number of non-coders = 3600 ∴ The total number of non-coders is 3,600 |
|