Question
A shopkeeper bought 80 identical books priced at
Rs. 320 each. He spent a total of Rs. 3600 on transportation and packaging. He put the label of marked price of Rs. 500 on each book. He offered a discount of 19% on each book at the marked price. What is the total profit of the shopkeeper in the whole transcation?Solution
Total actual cost = (80 x 320 + 3600) = (25600 + 3600) = Rs. 29200 Discount on MRP = 19% SP of each book = 500 x 81/100 = Rs. 405 SP 80 book = 80 x 405= Rs. 32400 Profit = 32400 – 29200 = Rs. 3200
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
What is the primary strategy of a divide-and-conquer algorithm?
What is a "page fault" in the context of virtual memory?
In dynamic programming, what is the purpose of the "bottom-up" approach?
What is a primary key in the context of the ER model?
What is the primary advantage of using shared memory for IPC?
Which network topology is commonly used in Ethernet local area networks (LANs)?
Which type of variable has the widest scope and can be accessed from any part of the program?
Which clause is used to filter rows in the result set based on a specific condition in SQL?