Question
Neha goes to a toy store with some money. She can buy 60
dolls or 20 robots with the money with her. However, instead of spending the entire amount, she saves 5% of the amount for candies and buys 8 robots and some dolls. Find the percentage of number of dolls she can purchase now out of the initial number of dolls she could have purchased.Solution
ATQ Let the amount of money with Neha be Rs. '180c' So, the price of 1 doll = (180/60) = Rs. '3c' Also, the price of 1 robot = (180/20) = Rs. '9c' ATQ; Amount retained for candies = 0.05 X 180c = Rs. '9c' Price of 8 robots = 8 X 9c = Rs. '72c' Remaining amount = 180c - 9c - 72c = Rs. '99c' So, number of dolls she can purchase now = (99c/3c) = 33 Therefore, required percent = (33/60) X 100 = 55%
What is the primary objective of system testing in the software development lifecycle?
What is the best case time complexity of merge sort?
What is overfitting in the context of machine learning models?
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
State true or false
MD5 Hashing Algorithm was invented by RSA Labs (Ronald Rivest) in 1991. MD5 was invented to replace its previous version, ...
What is the primary purpose of the Banker's Algorithm in operating systems?
._______ method can be used for any SQL statements(Select and Update both).
Which of the following I/O scheduling algorithms provides the most efficient disk access for systems with many requests clustered around a central locat...
What is the primary purpose of the memory management process known as "compaction"?
How do you correctly create a new Map object in JavaScript?