Question
Quantity I: A shopkeeper sold an article for Rs.1500
and made a profit of Y%. If he increases the selling price by Rs.400, he can make a profit of (Y + 40)%. Find the value of Y. Quantity II: If the marked price of an article is Rs.3200 and the shopkeeper offers Y% discount, and the article is sold for Rs.2700, find the value of Y.Solution
Quantity I: The difference between the profit percentages = 40% 400 = 40% of the cost price 100% = Rs.1000 (Cost Price) Selling price = Rs.1500 Profit percentage Y = (1500 - 1000) × 100 / 1000 = 50% Quantity II: Marked price = Rs.3200 Selling price = Rs.2700 Discount = 3200 - 2700 = Rs.500 Discount percentage Y = 500 × 100 / 3200 = 15.625% Answer: C
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...
Operator overloading in C++
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
The important aspect of data warehouse environment is that data found within the data warehouse is
Which of the following operations is most efficient in a singly linked list compared to an array?
- In a relational database, which key uniquely identifies tuples within a table and can never contain NULL values?
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
In a network, which protocol is used to determine the MAC address corresponding to a given IP address?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...