Question
A trader made a profit of 18% on a product, while another
trader sold the same product for a 14% profit. If the first traderโs profit was Rs. 32 more than the second traderโs profit, what was the cost price of the product?Solution
ATQ;
Let the cost price of the product = Rs. โxโ
Selling price of the product for the first trader = Rs. โ1.18xโ
Selling price of the product for the second trader = Rs. โ1.14xโ
ATQ;
(1.18x โ 1.14x) = 32
Or, 0.04x = 32
So, x = 32 / 0.04 = 800
Therefore, cost price of the product = Rs. 800
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
In a data analysis scenario involving a fixed-size dataset where elements need to be accessed frequently by their position, which data structure is gene...
A queue follows which principle for data access?
Which of the following statements about parameter passing in Python is TRUE?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
What is the best-case time complexity of the binary search algorithm ?
- Artificial Intelligence
Which of the following statements best describes the role of a reinforcement learning agent in a complex environment?
... Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
What is the primary purpose of a B+ Tree in a database management system?
Which SOLID principle emphasizes that a class should have only one reason to change?