Answer:
25000000
Step-by-step explanation:
A way to tackle this is to split all the numbers up into a digit and a power of 10.
5000 = 5*1000, and 1000 can be written as 10^3
10 = 1*10, and obviously 10 is 10^1
50 = 5*10, where 10 is 10^1
Now we have (5*10^3) * (1 * 10) *(1 *10)*(5 *10)
Gathering all the digits, we have 5*1*1*5, giving us 25
Gathering all the powers of 10, we have 10^3*10*10*10 = 10^6
expanding and multiplying gives us the final answer of 25000000