Question
A shopkeeper sells an article for Rs 78 and earns double
the profit that he would have earned on selling this article for Rs 69. Find the C.P of this article (in Rs).Solution
ATQ, the shopkeeper earns the double profit that he would have earned had he sold it for Rs 69. Profit% = 2 (profit %) S.P - C.P = 2 x (S.P - C.P) Let C.P = x 78 - x = 2 x (69 - x) 78- x= 138 - 2x x= 138 - 78 x= 60 Hence, the cost price of the article = 60
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
The recurrence relation T(n) = 2T(n/2) + O(n) corresponds to which algorithm’s time complexity?
In Database Management Systems, what is the primary purpose of normalization?
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
Which data structure supports extraction of both min and max in O(1) time and insertion in O(log n)?
A unique piece of information that is used in encryption.
In hashing, what is a collision?
Which of the following is true about the time complexity of Merge Sort?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?