Question
A dealer incurred a loss of 10% when he offered a 20%
discount on the marked price of an article. What percentage discount should he offer on the marked price in order to gain Rs. 2200 on the article, if the marked price is Rs. 36,000?Solution
marked price of the article is Rs. 36,000 Selling price after 20% discount is allowed = 80% of 36,000 = Rs. 28,800 Cost price when there is loss of 10%= 28,800/90 × 100 = Rs. 32,000 Selling price to gain Rs.2200 = Rs. (32,000 + 2200) = Rs. 34,200
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which type of Memory is typically the fastest in a computer system?
In C, what is the output of printf("%d", 5/2);?
Which of the following is correct about C++ constructors?
Which of the following is used to handle exceptions in Java?
In Python, what does len() function do?
Which of the following is used to declare a list in Python?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?   Â
Which of the following is true about MergeSort?
In Java, which method is used to start a thread?