Question
Each of the articles is marked 80% above its cost price
and a 30% discount was given on it while selling. The selling price of article A is Rs. 126 less than the selling price of article B. If the MRP of article B is Rs. 1080, then find out the difference between the cost price of article A and B.Solution
If the MRP of article B is Rs. 1080. Cost price of article B of (100+80)% = 1080 Cost price of article B of 180% = 1080 1.8 x (Cost price of article B) = 1080 Cost price of article B = Rs. 600 Selling price of article B = 1080 of (100-30)% = 1080 of 70% = 1080 x 0.7 = Rs. 756 The selling price of article A is Rs. 126 less than the selling price of article B. selling price of article A = 756-126 =Â Rs. 630 So Cost price of article A of (100+80)% of (100-30)% = selling price of article A Cost price of article A of 180% of 70% = 630 1.8x0.7x(Cost price of article A) = 630 1.26x(Cost price of article A) = 630 Cost price of article A = Rs. 500 difference between the cost price of article A and B = 600-500 = Rs. 100
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)