Question
The marked price of the washing machine is 60% above its
cost price. The seller offers two successive discounts of 10% and 10%, respectively. If he makes a profit of Rs. 2960, find the price (in rupees) at which he sold the washing machine.Solution
Let the cost price = Rs. x
Marked price = 160% of x = Rs. 1.60x
According to the question,
1.60x × 90% × 90% - x = 2960
1.60x × 0.90 × 0.90 - x = 2960
1.296x - x = 2960
0.296x = 2960 ⟹ x = 10000
The required selling price = Rs. 10000 + 2960 = Rs. 12960
In Python, which method is used to convert a string to lowercase?
In Java, which method is called when an object is garbage collected?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following is correct for a single-line comment in C++?
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?   Â
Which of the following is used to handle exceptions in Java?
Which of the following is true about Java interfaces?
Which of the following algorithms is used for finding Minimum Spanning Tree?
Which of the following is used to declare a list in Python?