Question
A shopkeeper sold a jacket for Rs. 2600 at a loss of
20%. At what price should he have sold the jacket, to earn a profit of 20%?Solution
Let CP = Rs. x => SP = (100-20)% × x => 2600 = (80/100) × x => x = 3250 CP = Rs. 3250 Profit = 3250 × (20/100) = Rs.650 SP = CP + Profit SP = 3250 + 650 = Rs.3900
In networking, what is the primary purpose of subnetting?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which of the following statements accurately describes the function of a Gantt Chart in project management?
What is a "collision" in the context of hashing?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?
Which of the following types of software testing ensures that previously working functionality is still operational after changes?
Which of the following best describes the function of the Control Unit (CU) in the CPU?
Which algorithm is used for computing Max-Flow in a network?
Which sorting algorithm has O(n log n) average case?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?