Anil goes to an electronics store with some money. He can buy 25 headphones or 50 earphones with the money with him. However, instead of spending the entire amount, he saves 20% of the amount for a meal and buys 10 headphones and some earphones. Find the percentage of number of earphones he can purchase now out of the initial number of earphones he could have purchased.
ATQ Let the amount of money with Anil be Rs. '150d' So, the price of 1 headphone = (150/25) = Rs. '6d' Also, the price of 1 earphone = (150/50) = Rs. '3d' ATQ; Amount retained for a meal = 0.20 X 150d = Rs. '30d' Price of 10 headphones = 10 X 6d = Rs. '60d' Remaining amount = 150d - 30d - 60d = Rs. '60d' So, number of earphones he can purchase now = (60d/3d) = 20 Therefore, required percent = (20/50) X 100 = 40%
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?