Question
The ratio of the cost price of an article to its selling
price is 2:3. The marked price of the same item is Rs. 2,100 whereas the sum of the discount offered, and profit earned is Rs. 700. Find the selling price (in Rs.) of the article.Solution
ATQ, Let the cost price and selling price of the article be Rs. '2x' and Rs. '3x', respectively. According to the question, 2100-3x+(3x-2x) = 700 Simplifying, 2100-3x+x = 700 2100-2x = 700 2x = 2100-700 2x = 1400 x = 1400/2 = 700 Therefore, the selling price of the article is: 3x = 3×700 = 2100
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?