Question
The combined cost price of two products, P and Q, is Rs.
5000. Product P is marked up by 25% on its cost and Product Q is marked up by 40%. After giving discounts of 10% on P and 20% on Q, the selling price of product Q becomes Rs. 620 more than that of product P. What is the difference in their cost prices?Solution
ATQ,
Let the cost price of product P be Rs. x Therefore, cost price of product Q = Rs. (5000 β x) Marked price of product P = Rs. 1.25x Selling price of product P = 0.9 Γ 1.25x = Rs. 1.125x Marked price of product Q = Rs. 1.4(5000 β x) Selling price of product Q = 0.8 Γ 1.4(5000 β x) = Rs. 1.12(5000 β x) According to the question, 1.12(5000 β x) β 1.125x = 620 Or, 5600 β 1.12x β 1.125x = 620 Or, 2.245x = 4980 Or, x = 2218 Required difference = (5000 β x) β x = 5000 β 2x = Rs. 564
The join operation can be defined as
Which of the following is not a valid keyword in C++ language?
In the context of database backup, what does the term "point-in-time recovery" refer to?
Which recovery model in a database allows for point-in-time recovery using transaction logs?
Which unit fetches instructions from memory?
What application layer protocol is used for the retrieval of email from a mail server?
Which computer architecture allows multiple processors to work together on a single task?
Which cryptographic system uses two different keys for encryption and decryption?
Which transmission medium is least susceptible to electromagnetic interference?
What is the output of the following code?
print(0.3 + 0.5 == 0.8)