Question
A number is increased by 20%, and the resulting number
is decreased by 20%. If the initial number is ₹x, the final number is ₹2880. What is the value of x?Solution
Let the initial number be ₹x. First, the number is increased by 20%, so the new value becomes: x + 20% of x = x + 0.2x = 1.2x. Then, it is decreased by 20%, so the new value becomes: 1.2x - 20% of 1.2x = 1.2x - 0.24x = 0.96x. We are told the final value is ₹2880, so: 0.96x = 2880, x = 2880 / 0.96 = ₹3000. Correct option: a) ₹3000.
In dynamic programming, what is memoization?
Hadoop is an open-source framework commonly used for processing and analyzing big data. What is the primary component of Hadoop responsible for distrib...
In Stop-and-Wait flow control, what happens if the sender does not receive an acknowledgment for a transmitted frame?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?
XML is designed to ____ and ____ data)
What is the primary difference between tuple calculus and domain calculus?
In RAID 1, how are data and its mirror image typically stored?
Which problem is a classic example of an NP-complete problem?
What is a smart contract in the context of blockchain technology?
What is the time complexity of a dynamic programming solution for a problem with "n" subproblems and each subproblem taking "O(1)" time to solve?