Question
A shopkeeper marked an article βAβ 60% above the
cost price and sold it for Rs. 1600 after giving a certain discount while he sold an article βBβ for Rs. 1300. If cost price of article βBβ is Rs. 1000 and profit percentage earned on selling article βBβ is 50% more than discount percentage given on selling article βAβ then find the cost price of article βAβ.Solution
Percentage profit earned on selling article βBβ = [(1300 β 1000)/1000] Γ 100 = 30% So, percentage discount given on selling article βAβ = 30/1.5 = 20% So, marked price of article βAβ = 1600/0.80 = Rs. 2000 Cost price of article βAβ = 2000/1.60 = Rs. 1250
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?