Question
A product is marked at Rs. 5,000 which is Rs. 2,000 more
than its cost price. If it is sold after giving a discount such that a profit of 10% is made, find the discount percentage βdβ.Solution
ATQ,
Marked price of the article = Rs. 5,000
Cost price of the article = 5000 β 2000 = Rs. 3,000
Selling price of the article = 1.10 Γ 3000 = Rs. 3,300
So, d = {(5000 β 3300)/5000} Γ 100 = 34%
Therefore, value of βdβ = 34
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?