Given: Both wallets have identical maximum capacities. So, let the maximum capacity be C
| Main | Backup |
Max capacity | C | C |
Original tokens | m/100*C | b/100*C |
New tokens | C | b/2% = b/200*C |
Tokens transferred from the backup wallet to the main wallet can be calculated by taking the difference between new and original tokens of the main wallet
i.e., C-m/100*C = C(1-m/100)
This diff is equal to the difference between new and original tokens in the backup wallet
i.e., C(1-m/100) = b/100*C - b/200*C
On solving, we will get the below equation:
b = 200 - 2m
Now, we have to substitute values from the given options which will satisfy the equation:
The correct answer is
m = 55 and
b = 90.Bunuel
12 Days of Christmas 2024 - 2025 Competition with $40,000 of Prizes
An investor has two cryptocurrency wallets, Main and Backup. The Main wallet holds m% of its maximum capacity, while the Backup wallet holds b% of its maximum capacity. Both wallets have identical maximum capacities.
Due to new regulations, the investor must optimize storage by transferring tokens from the Backup wallet to the Main wallet until the Main wallet reaches its maximum capacity. After this transfer, the Backup wallet contains exactly half of its previous percentage.
If the Backup wallet initially held a higher percentage than the Main wallet, select for
m the possible value of m, and select for
b the possible value of b that would be jointly consistent with the given information. Make only two selections, one in each column.