Question
An item is sold at a profit of
35% when the profit is calculated on the selling price. What will the profit percentage be if calculated on the cost price? Round off your answer to the nearest integer.Solution
ATQ, Let the selling price of the item be Rs. '100x'. So, profit earned on selling the item = 100x × 0.35 = 35x So, cost price of the item = 100x - 35x = 65x Therefore, required profit earned = (35x/65x) × 100 = (700/13) ~ 54%
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?