Question
The ratio of the cost price and marked price of an
article is 5:9, respectively. The article is sold after giving a discount of Rs. 900 such that there is a profit of 60%. Find the amount by which the article is marked up above its cost price.ÂSolution
Let the cost price and marked price of the article be Rs. 5x and Rs. 9x, respectively Therefore, selling price of the article = 1.6 × 5x = Rs. 8x According to the question, 9x – 8x = 900 Or, x = 900 Therefore, amount by which article is marked up above its cost price = 9x – 5x = 4x = Rs. 3600
Which of the following is a disadvantage of using arrays?
For Dijkstra’s algorithm on a graph with non-negative weights, which data structure yields the best time complexity for dense graphs?
What is the time complexity of searching for an element in a sorted array using binary search?
Fibonacci Heaps support Decrease-Key in:
What is the primary goal of the OWASP Top 10 project?
What is the primary purpose of a B+ Tree in a database management system?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Which of the following statements about parameter passing in Python is TRUE?
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
Which of the following is the most critical success factor for the implementation of a Decision Support System (DSS) within an organization?