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.
Let's say the capacity of each is c,
So as per current policy max limit for holding .. mc/100, Backup bc/100.
So now as per new law the main has to be full, m so to do that
m-mc/100 worth cryptos need to be transferred from Backup to main.
So crypots left in backup is
bc/100 - m + mc/100. Given that this is equal to
1/2(bc/100).
So if we equate both we will get b/2 + m =100.
So among the options b has to be 90, m = 55, (45+55=100).
Hence IMO
b=90, m=55