Question
'P' bought an item and marked it
60% higher than its cost price. He sold it to 'Q' after offering a discount of Rs. 120. 'Q' then increased the price by 25% and sold it to 'R' after giving a 10% discount. If 'Q' made a profit of Rs. 135, what was the profit made by 'P'?Solution
ATQ, For P: Cost price of item = Rs. x Marked price = 1.60 Γ x = Rs. 1.6x Selling price of item = Rs. (1.6x β 120) For Q; Cost price of item = Rs. (1.6x β 120) Marked price = 1.25 Γ (1.6x β 120) = Rs. (2x β 150) Selling price of item = 0.90 Γ (2x β 150) = Rs. (1.8x β 135) According to question: 1.8x β 135 β 1.6x + 120 = 135 Or, 0.2x = 150 Or, x = 750 Profit earned by 'P' = 1.6x β 120 β x = Rs. (0.6x β 120) = 0.6 Γ 750 β 120 = Rs.330
What is "serverless computing"?
Which statement is TRUE regarding SCR Thyristor?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which of the following is used to implement recursion?
Fill in the correct option for 27 blank space.
Consider the following Java code snippet:
Β Β import java.util.PriorityQueue;
Β Β public class HeapQuestion8 {
Β Β Β Β publ...
Which of the following is an example of SaaS?
Which of the following statements accurately describes the layer functionality of a router in network communication?
What is the primary objective of the K-means clustering algorithm in data analysis?
What is the keyword used in Java to indicate that a class is inheriting from another class?