Question
Profit on selling 40 pens equals selling price of 12
books while loss on selling 40 books equals selling price of 16 pens. Also profit percentage equals to the loss percentage and cost of a pen is half of the cost of a book. What is the ratio of selling price of pen to the selling price of a book?Solution
c=2a Profit = 40(b-a) = 12d Loss = 40(c-d) = 16d Profit% = 12d/40a × 100 Loss% = 16b/40c × 100 Since, the percentage values are equal Therefore, 12d/40a ×100 = 16b/40c ×100 3d/10a= 4b/10c 3d/a = 4b/2a b/d = 3/2
In network architecture, what is the primary advantage of a mesh topology over a star topology?
Best case complexity of insertion sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Fibonacci heaps support which operation in O(1) amortized time?
A complete binary tree has 127 nodes. What is its height (assuming the root is at level 0)?
Which of the following is an example of Polymorphism in Object-Oriented Programming?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
- Internet of Things (IoT)
In an IoT ecosystem, which protocol is most efficient for constrained devices communicating over lossy networks?
... Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?