Question
The cost price ratio of the item
'watch' to the item 'ring' is 3:2, while the cost price ratio of the item 'ring' to the item 'keychain' is 5:2. If the total cost price of the 'watch' and 'keychain' combined is Rs. 760, calculate the selling price of the 'ring' when it is sold at a 50% profit.Solution
ATQ, Let the cost price of item 'watch' and item 'ring' be Rs. '3x' and Rs. '2x', respectively Therefore, cost price of item 'keychain' = 2x × (2/5) = Rs. '0.8x' ATQ, 3x + 0.8x = 760 Or, 3.8x = 760 Or, 'x' = (760/3.8) = 200 Therefore, required selling price = 1.5 × 2x = Rs. '3x' = 3 × 200 = Rs. 600
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?Â
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
In an operating system, which of the following system calls is most likely to cause a process to enter a waiting state due to synchronization with anoth...
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
Which of the following cloud service models provides the most control over the underlying infrastructure to the user?Â
Which of the following best describes the main advantage of a Management Information System (MIS)?
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
 Which one of the following given statements possibly contains the error?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â