Question
Abdul allocates 90% of his income among his wife, son,
and daughter in the ratio of 5:2:1, while saving the remaining amount, which totals Rs. 4,000. From the amount the wife receives, she gives 20% to their son. Calculate the total amount that the son receives.Solution
Let the income of Abdul be Rs. '100y'. Savings of Abdul = 0.1 X 100y = Rs. 10y So, 10y = 4,000 Or, 'y' = 400 Income of Abdul = '100y' = 100 X 400 = Rs. 40,000 Amount received by wife from Abdul = (5/8) X 0.9 X 40,000 = Rs. 22,500 Amount received by son from Abdul = (2/8) X 0.9 X 40,000 = Rs. 9,000 Therefore, required amount = 9,000 + 0.2 X 22,500 = 9,000 + 4,500 = Rs. 13,500
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In Python, which of the following functions in the Pandas library is used to merge two DataFrames df1 and df2 on a common column id?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
Which of the following is the best approach for presenting data-driven insights to a non-technical audience?
In healthcare, how can trend analysis most effectively enhance patient care?
Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
Which sampling technique is most suitable when a population has distinct subgroups that should be represented proportionally?
Which of the following R functions is most appropriate for fitting a linear regression model?
In the context of metadata for data management, which of the following examples best illustrates descriptive metadata?
Which of the following cryptographic algorithms is an example of symmetric encryption and employs a block cipher with a key size of up to 256 bits?