Question
Article βPβ, if sold at a profit of 30% earns a
profit of Rs. 510. If article βPβ is marked 60% above its cost price and then sold after offering two successive discounts of 15% 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, 30y = 510 Or, y = (510/30) = 17 So, cost price of article = Rs. 1700 Marked price of the article = 1700 Γ 1.6 = 2720 Price after 1st discount of 15% = 2720 Γ 0.85 = 2312 So, further discount be given = 2312 β 1700 = Rs. 612 Or, x = 612
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?