Question
A shopkeeper priced an article at 75% above its cost
price and offered a 30% discount on it during the sale. Alternatively, if he had applied two consecutive discounts of 20% and 10% instead, he would have earned Rs. 168 more in profit. Determine the cost price of the article.Solution
Let the cost price of the article = Rs. x So the marked price of the article = Rs. 1.75x Original selling price of the article = 1.75x × 0.70 = 1.225x Increased selling price of the article = 1.75x × 0.80 × 0.90 = Rs. 1.26x According to question: 1.26x – 1.225x = 168 0.035x = 168 x = 4800 So the cost price of the article = Rs. 4,800
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?