Question
The cost price of a chair is Rs. 300 less than the cost
price of a table. The chair is sold with a profit of 20%, while the table is sold at a loss of 10%. As a result, the total overall profit is Rs. 40. What is the cost price of the table?Solution
Let the cost price of chair be Rs. Y. Then, cost price of table = Rs. (Y + 300) So, selling price of chair = Y X 1.2 = Rs. 1.2Y Selling price of table = (Y + 300) X 0.9 = Rs. (0.9Y + 270) ATQ, Y + (Y + 300) + 40 = 1.2Y + (0.9Y + 270) Or, 2Y + 340 = 2.1Y + 270 Or, 0.1Y = 70 So, Y = 70 ÷ 0.1 = 700 So, cost price of the table = 700 + 300 = Rs. 1000
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?