Question
The monthly income of Bheem is Rs. 45000. He spends 25%
of his income on house rent. From the remaining amount, he uses 40% for food and groceries, spends Rs. 3000 on transportation, and saves the rest. Find the difference between the amount spent on groceries and his savings.Solution
ATQ, The income of Bheem = Rs. 45000 The amount spent on rent = 45000 * 25/100 = Rs. 11250 The remaining = (45000 - 11250) = Rs. 33750 The amount spent on groceries = 33750 * 40/100 = Rs. 13500 The amount spent on transportation = Rs. 3000 The savings = (45000 - 11250 - 13500 - 3000) = Rs. 17250 Required difference = (17250 - 13500) = Rs. 3750
What is the primary objective of the Producer-Consumer problem in concurrent programming?
Which of the following techniques is most effective for improving the time efficiency of a program?
Which component in Hadoop is responsible for managing cluster resources and scheduling tasks?
What is a primary feature of the Agile Model in software development?
Which of these is a key characteristic of SaaS (Software as a Service)?
Given the array [38, 27, 43, 3, 9, 82, 10], what would be the two sorted subarrays immediately *before the final merge step* in a Merge Sort algorithm?
Which is not the property of Data warehouse
For a 4x4 chessboard, if the first queen is placed at (0, 1) (row 0, column 1), which of the following positions would be the *first valid position* for...
In data analysis, a "sparse matrix" is often used. What is the defining characteristic of a sparse matrix?
What is the primary objective of the K-means clustering algorithm in data analysis?