Question
A man buys two varieties of sugar weighing 50 kg and 80
kg at ₹60 and ₹70 per kg respectively. He mixes the two varieties and sells the entire mixture at ₹72 per kg. what will be the overall profit from selling the mixture?Solution
Step 1: Total cost of the first variety = 50 × ₹60 = ₹3,000. Total cost of the second variety = 80 × ₹70 = ₹5,600. Total cost price of the mixture = ₹3,000 + ₹5,600 = ₹8,600. Selling price of the mixture = (50 + 80) × ₹72 = 130 × ₹72 = ₹9,360. Profit = 9,360 – 8,600 = ₹ 760
- What will be the output of the following Java code snippet, which implements a simple ArrayList and performs an insertion and a retrieval? import java.util...
Which of the following protocols is primarily used to assign IP addresses dynamically to devices on a network?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?
...Which of the following statements best describes a key difference between virtual machines and containers?
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
What is the primary benefit of implementing Continuous Integration (CI) in a software development lifecycle?
Which module in Python supports regular expressions?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?
Which of the following is not a method of inter-process communication (IPC) in modern operating systems?