Question
Anchal allocates 20% of his monthly salary to
transportation, dedicates 50% to shopping, and invests 20% of the remaining balance in food expenses. The remaining amount is saved in mutual funds, yielding a simple interest at a rate of 10% per annum. Determine the total amount Anchal will possess at the end of the year, given that he spends Rs. 1200 per month on food.Solution
ATQ, Let, monthly Salary = Rs. 100a Spending on Transportation = 100a × 0.2 = Rs. 20a Spending on Shopping = 100a × 0.5 = Rs. 50a Spending on Food = (100a – 20a – 50a) × 0.2 = Rs. 6a Savings in Mutual funds = 100a – 50a – 20a – 6a = Rs. 24x Now, 6a = 1200 Or, 24a = 4800 Total interest paid by recurring scheme = P. r. n (n + 1)/(2 × 12 × 100) = 4800 × 12 × (12 + 1) × 10/(2 × 12 × 100) = Rs. 3120 Amount = 4800 × 12 + 3120 = Rs 60720
Which C operator is used to access a value at a memory address stored in a pointer?
Which Python keyword is used to define a function?
ch data structure is used in Depth-First Search (DFS)?
In C, which function is used to dynamically allocate memory?
Which of the following services is NOT commonly provided by AI/ML platforms?
Which Python keyword is used to handle exceptions?
Which of the following is used to handle exceptions in Java?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In C++, which operator is used to access a member function through a pointer to an object?
Which of the following sorting algorithms is stable?