Question
If person D spent 10% more than the average person on
Housing and 5% more on Food than the average person, what is the total amount (in ₹) spent by person D on Housing and Food together? The following pie chart represents the expenditure distribution of five individuals (A, B, C, D, and E) across five categories: Housing, Transportation, Food, Healthcare, and Entertainment. Each individual has a total budget of ₹90,000. Expenditure Categories (as percentage of total):Solution
The average expenditure of each individual is ₹90,000, and the expenditure percentages for Housing and Food are given in the chart. Expenditure on Housing (for the average person): Housing expenditure = 40% of ₹90,000 = (40/100) × 90,000 = ₹36,000 Person D spends 10% more on Housing: 10% more than ₹36,000 = 36,000 × 0.10 = ₹3,600 Total expenditure on Housing by person D = ₹36,000 + ₹3,600 = ₹39,600 Expenditure on Food (for the average person): Food expenditure = 20% of ₹90,000 = (20/100) × 90,000 = ₹18,000 Person D spends 5% more on Food: 5% more than ₹18,000 = 18,000 × 0.05 = ₹900 Total expenditure on Food by person D = ₹18,000 + ₹900 = ₹18,900 Total expenditure by person D on Housing and Food together: ₹39,600 (Housing) + ₹18,900 (Food) = ₹58,500 Ans. D) ₹58,500
A data analyst is tasked with evaluating customer feedback from a population of 1,000,000 survey responses. Why is sampling an essential technique in th...
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...What is the primary difference between recursion and iteration in programming?
In Excel, you want to summarize sales data by region and product category, displaying the sum of sales for each combination. Which feature should you us...
A data analyst at an insurance company is tasked with assessing the probability of fraudulent claims by analyzing customer transaction data and claim hi...
A hospital uses a data-driven approach to improve patient care. They identify that patients with similar conditions respond differently to treatments b...
In a virtual memory system, a process requests a page that is not currently in memory, triggering a page fault. Which of the following is the most optim...
Which of the following is a key difference between structured and unstructured data?
In the context of risk modeling for credit scoring, which of the following factors is least likely to be used in predicting a person’s creditworthines...
Which sampling technique is most suitable when a population has distinct subgroups that should be represented proportionally?