Question
Neha spends 60% of her monthly income. If her monthly
income increased by 35% and her expenditure remained the same, then she would be able to save Rs. 10,000 every month. Find the monthly expenditure of Neha.Solution
ATQ, Let the monthly income of Neha be Rs. '100u' Her monthly expenditure = 100u × 0.60 = Rs. '60u' Her monthly savings = 100u - 60u = Rs. '40u' New income of Neha = 100u × 1.35 = Rs. '135u' New savings of Neha = 135u - 60u = Rs. '75u' ATQ; 75u = 10000 So, u = 133.33 So, Neha's monthly expenditure = 60u = 133.33 × 60 = Rs. 8,000
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?
What is a key benefit of using the MVC architecture in software development?
Which relationship type indicates that an entity is associated with exactly one instance of another entity?
F={PR`` ST, PSU`` QR} which of the following is trivial functional dependency in F closure?
_________ is token ring.
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
What does below UNIX command do?
rm file1 file2
Which keyword is used to allocate dynamic memory in C++?
What is a primary key in the context of the ER model?
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?