Question
The cost price of item ‘Y’ is 75% of item ‘X’. If
item ‘X’ is sold at a profit of 25% and item ‘Y’ at a loss of 20%, the total profit made is Rs. 60. Find the cost price of item ‘X’.Solution
ATQ,
Let the cost price of item ‘X’ = Rs. ‘100z’
Then, cost price of item ‘Y’ = 100z × 0.75 = Rs. ‘75z’
Selling price of item ‘X’ = 100z × 1.25 = Rs. ‘125z’
Selling price of item ‘Y’ = 75z × 0.8 = Rs. ‘60z’
According to the question,
(125z + 60z) – (100z + 75z) = 60
Or, 185z – 175z = 60
Or, 10z = 60
Or, z = 60/10 = 6
So, cost price of item ‘X’ = 100z = 100 × 6 = Rs. 600
Which is not an IoT OS?
A greedy algorithm is used to make change for a given amount using a set of coin denominations. For denominations {1, 5, 10, 25} and an amount of 30, it...
Which of these techniques is primarily used for word embeddings?
What is the best case time complexity of merge sort?
An algorithm has a time complexity of O(N² ). If the input size N doubles, how does the execution time approximately change?
Which component in Hadoop is responsible for managing cluster resources and scheduling tasks?
Which of the following function in python is used to read keyboard input?
You are designing a function that takes a list of integers and returns a new list containing only the even numbers. What is a good critical thinking ste...
What is a characteristic feature of a bipartite graph?
Consider the following binary tree:
5
/ \
3 8
/ \ / \
1 4 6 9
What is t...