Question
The monthly amount spent on loan instalments is what
percent of his household expenses? Study the following information carefully and answer the following questions. Mr. Sumit earns an annual income of 18 lakh. Every month he saves 30% of his monthly income. 20% of the remaining amount of his monthly income he spends on paying his loan instalments. He spends 25% of his monthly income by paying various bills and spends 30% of his monthly income on other household expenses. He gives the remaining amount of his monthly income to his family.Solution
Monthly income Sumit = 18,00,000/12 = Rs. 1,50,000 Monthly savings = 1,50,000 × 30/100 = Rs. 45,000 Monthly loan instalments = (1,50,000 – 45,000 ) × 20/100= Rs. 21,000 Various bills = 1,50,000 × 25/100 = Rs. 37,500 Household expenses = 1,50,000 × 30/100 = Rs. 45,000 Monthly income given to his family = 1,50,000 – 45,000 – 21,000 – 37,500 – 45,000 = Rs. 1500 Required % = 21000 × 100/45000= 46.66%
Which of the following testing types focuses on validating that a system meets its functional requirements?
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
Which of the following sampling techniques is most suitable when the population is divided into distinct subgroups, and it is important to ensure each s...
Which of the following is the most appropriate algorithmic approach for solving the "Knapsack Problem" where the goal is to maximize the value within a ...
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...In OOP, what term best describes the relationship where one object is a part of another but cannot exist independently?
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?
How can predictive analysis significantly enhance healthcare outcomes?
Which phase of the Software Development Lifecycle (SDLC) focuses on gathering detailed functional and non-functional requirements to define project scop...
Which of the following best describes the main objective of predictive analytics in healthcare, particularly in the context of improving patient care?