Question
A shopkeeper buying an item for Rs 6000 and marked it up
by 33.33%. He vend it after giving two consecutive discounts of 20% and Rs 200 respectively. Had he swapped both the discounts, what would have been the change in the margin amount.Solution
Solution . In first case: CP = Rs 6000, Let the 33.33% fraction value be = 1/3 1 = profit 3 = cost price = 3 = 60000 1 = 2000……..(1) 3+1 =4 selling price Therefore , marked up value will be = s.p xc.p = 4 x 2000 = 8000 SP = Rs 6240 Required change in profit = Rs 40
- Internet of Things (IoT)
In an IoT ecosystem, which protocol is most efficient for constrained devices communicating over lossy networks?
... Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which of the following represents the Preorder Traversal of the binary tree given below?
A / \ B C ...Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node { in...What is the best-case time complexity of the binary search algorithm ?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Hashing is used for:
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Fibonacci Heaps support Decrease-Key in: