Question
A shopkeeper bought article βAβ for Rs. βxβ and
marked it 25% above its cost price and sold it for Rs. 2800. Marked price of article βBβ is Rs. 2,000 more than that of article βAβ while selling price of article βBβ is Rs. 200 more than that of βAβ. Find the cost price of article βAβ if article βBβ is sold at a discount of 20%.Solution
Selling price of article βBβ = 200 + 2800 = Rs. 3,000 Marked price of article βBβ = 3000/0.80 = Rs. 3750 Marked price of article βAβ = 3750 β 2000 = Rs. 1750 Cost price of article βAβ = 1750/1.25 = Rs. 1,400
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?