Question
The cost price and marked price of a pen are in the ratio
of 5:8. If the pen is sold with a 10% discount, the shopkeeper makes a profit of Rs. 100. Find the marked price of the pen.Solution
ATQ,
Let the cost price of the pen be Rs. β5xβ and the marked price be Rs. β8xβ.
ATQ;
Selling price of the pen = 8x Γ 0.9 = Rs. β7.2xβ
Profit = 7.2x β 5x = Rs. β2.2xβ
So, 2.2x = 100
Or, x = 45.45
So, marked price of the pen = 8 Γ 45.45 = Rs. 364
Which Python keyword is used to define a function?
Which type of Memory is typically the fastest in a computer system?
In C, which function is used to release dynamically allocated memory?
Which Java keyword is used to inherit a class?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
In C++, which feature allows hiding the internal details of a class?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
In C, which function is used to dynamically allocate memory?
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following sorting algorithms is stable?