Question
A shopkeeper sells an item for ₹7200 and gains 20% on
the cost price. If he sells the same item at ₹8000, what will be his percentage gain?Solution
Let the cost price of the item be ₹x. Selling price at ₹7200 gives a gain of 20%, so: 7200 = x + 20% of x = x + 0.2x = 1.2x, x = 7200 / 1.2 = ₹6000. Now, if the shopkeeper sells the item for ₹8000, the gain will be: Gain = Selling price - Cost price = 8000 - 6000 = ₹2000. Percentage gain = (Gain / Cost price) × 100 = (2000 / 6000) × 100 = 33.33%. Correct option: c
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?