Profit percentage received on a product when sold for Rs. 550 is equal to the percentage loss incurred when the same product is sold for Rs. 250. Find the selling price of the product if the shopkeeper wants to have a profit of 25%.
Let, the cost price of the article be Rs. x According to the question, 550 – x = x – 250 Or, 2x = 800 Or, x = 400 Selling price of the product at profit of 25% = 400 × 1.25 = Rs. 500
What is the purpose of penetration testing in cybersecurity?
What is the difference between Token Ring and Ethernet?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What is the purpose of the "JOIN" clause in an SQL query?
Which data structure follows the "last-in, first-out" (LIFO) principle?
What is the main advantage of using a hash table data structure?
An object that represents a useful model of a problem domain is which type of abstraction?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
Which of the following is NOT a potential concurrency control issue?
In dynamic programming, what does "optimal substructure" mean?