Question
A seller marked his article 75% above the cost price and
sold it after offering two successive discounts of 60% and 25% respectively. In the whole transaction the seller lost Rs. 855. Find the selling price of the article.Solution
Let the cost price of the article be Rs. x Therefore, marked price of the article = Rs. 1.75x Selling price of the article = 0.4 x 0.75 x 1.75x = Rs. 0.525x According to the question, (x - 0.525x) = 855 Or, 0.475x = 855 Or, x = 1800 Therefore, selling price of the article = 1800 - 855 = Rs. 945
A recursive function calculate_height(node) is designed to find the height of a binary tree (where a single node has height 0). The function is implemen...
A queue initially empty undergoes the following sequence of operations:
1. enqueue(10)
2. enqueue(20)
3. dequeue()
4.�...
The transfer function of the system below is ___________
Which statement is FALSE regarding Programmable Logic Controller?
Which of these is an example of PaaS (Platform as a Service)?
Which of the following scheduling algorithms minimizes average seek time?
In the context of cloud computing, what is the main difference between containers and virtual machines?Â
Which cloud deployment model is suitable for government organizations with strict regulations?
Which data structure is best suited for implementing a Breadth-First Search (BFS) algorithm?
In C++, what mechanism is primarily used to achieve runtime polymorphism?