Question
Article βPβ, if sold at a profit of 20% earns a
profit of Rs. 500. If article βPβ is marked 40% above its cost price and then sold after offering two successive discounts of 20% and Rs. x, respectively then what would be the value of βxβ such that there is neither profit nor loss in the transaction?Solution
Let the cost price of article βPβ = Rs. 100y Then, according to the question, 20y = 500 Or, y = (500/20) = 25 So, cost price of article = Rs. 2500 Marked price of the article = 2500 Γ 1.4 = 3500 Price after 1st discount of 20% = 3500 Γ 0.8 = 2800 So, further discount be given = 2800 β 2500 = Rs. 300 Or, x = 300
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?