Question
A sold an article at 40% profit. If the profit earned
had been 220% more, then the profit percentage would have been numerically equal to CP. Find the actual cost price of the article.Solution
Let the cost price of the article be Rs. 100x Therefore, selling price of article = Rs. 140x Therefore, profit earned = 140x – 100x = Rs. 40x New profit = 3.2 × 40x = Rs. 128x According to the question, (128x/100x) × 100 = 100x Or, x = 1.28 Therefore, actual cost price = 100x = Rs. 128
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?