Question
A shopkeeper bought two article A&B for a total of
rupees 3500. He marked Article A 140% above its cost price and sold it after giving a discount of 20% while he sold Article B at loss of 28%. If selling price of article A Rs. 252 more than that of article B, then find a difference between cost price of article A and B.Solution
Let cost price of article A is Rupees X. So cost price of Article B = Rs. (3500-x) Selling price of Article A = 0.80*2.4*x=1.92x Selling price of Article B = 0.72*(3500-x)= rs. (2520-0.72x). So 1.92x = 2520-0.72x+252 X=1050 Cost Price of Article A = rs. 1050 Cost Price of Article B = 3500-1050 = Rs. 2450 Desired difference = 2450-1050 Β Rs. 1400
Which of the following describes the difference between Windows and Unix/Linux file systems?Β Β
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?
What is the time complexity of inserting an element in a heap?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is true for the time complexity of binary search?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
In a relational database, what is the purpose of a foreign key?
Which application layer protocol is used to retrieve emails from a remote server?
Which page replacement algorithm replaces the page that will not be used for the longest period of time in the future?Β Β