Question
Population of a village is three lakh out which 40% were
male and the rest were females. The male population earned a profit of 6% and the female population earned 8% on an investment of Rs.1200 each. Find the change in percentage profit of the village if the ratio of male to female gets reversed the next year, population remaining the same?Solution
Let the population of the village be 100. Initially, ∴Number of males = 40 and Number of females = 60 ∴Total profit earned by males and females = 40 × 0.06 + 60 × 0.08 = 2.4 + 4.8 = 7.2 Next year, Number of males = 60 and Number of females = 40 ∴ Total profit earned by males and females = 60 × 0.06 + 40 × 0.08 = 3.6 + 3.2 = 6.8 ∴ Percentage change = 7.2 - 6.8 = 0.4 (decrease)
Which is not the property of Data warehouse
Which is not an IoT OS?
What is a primary feature of the Agile Model in software development?
How many types of JDBC drivers?
If a series is already sorted, which sorting technique will finish in the least time?
What is the primary objective of the Producer-Consumer problem in concurrent programming?
For the system showm below calculate the transfer function.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
What does a star schema consist of?