Question
An article is initially marked at 40% above its cost
price. It is then sold after applying two successive discounts - one of 12% and another of Rs. 56. If the final selling price of the article is Rs. 560, determine its cost price.Solution
Let the cost price of the article = Rs. '100x'Marked price of the article = 100x X 1.4 = Rs. '140x'Price after first discount = 140x X 0.88 = Rs. '123.2x'Final selling price = 123.2x - 56 = Rs. 560So, 123.2x = 560 + 56 = 616So, x = 616 ÷ 123.2 = 5And so, cost price of the article = 5 x 100 = Rs. 500
Relation R(A,B,C,D,E) has {AB`->` C, C`->` D,B`->` EA} FUNCTIONAL DEPENDENCY
Find the candidate key of the relation.
A problem is NP-complete if:
In a wireless LAN, which IEEE standard is commonly associated with the Wi-Fi protocol?
Which data structure is used for efficiently implementing dynamic sets and supports operations like insert, delete, minimum, maximum, predecessor, and ...
What does HTML stand for in web technology?
Which number system uses a base of 2?
Which of the following is NOT a type of inheritance?
Python Dictionary is used to store the data in a ___ format.
Which of the following is NOT a common synchronization mechanism in operating systems?
Which of the following statements is true about checked exceptions?