Question
Arjun sold two laptop bags, one
with a 20% profit and the other with a 25% profit. The marked price of each bag is Rs. 1,500, and Arjun offered a 10% discount on each bag. What is the average cost price of the two bags?Solution
ATQ,
Marked price of each bag = Rs. 1,500 Selling price of each bag = Rs. 1,350 Cost price of bag sold at 20% profit = (1350 ÷ 1.2) = Rs. 1,125 Cost price of bag sold at 25% profit = (1350 ÷ 1.25) = Rs. 1,080 Total cost price of both bags = (1125 + 1080) = Rs. 2,205 Required average = (2205/2) = Rs. 1,102.5Â
HTTPS ensures which of the following?
Wait-Die and Wound-Wait are strategies for:
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
During transaction before commit which of the following statements is done automatically in case of shutdown?
Which type of join returns all rows from the left table and matching rows from the right table?
What is a page fault?
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
In a relational database, what is a candidate key?
In the context of computer networks, what is the primary function of a router?
A transaction that reads a value then later sees a different value because another transaction updated and committed in between experiences which anomaly?