Using digits 1,2,3,4,5,6,7,8,9 only once how do you equal 1 million.
Adding, multiplication, subtraction and division
Using digits 1,2,3,4,5,6,7,8,9 only once how do you equal 1 million.
Adding, multiplication, subtraction and division
On
Without some more options of operations, I don't think you can get there, as $9!=362880$. Powers would make it easy: $(1+9)^{(2*3+4+5+6-7-8)}=(1+2*3+4+5-7-8+9)^6$
On
Also assuming powers: $((-1\times3+6\times9+7-8)\times4\times5)^2$
Actually $1 + 2 + 3 + 4 + 5*6 + 7 + 8 + 9 = 64 = 1000000_2$
Assuming you can construct number from digits one way to do it the following $$625*4*8(19*3-7)=5^42^22^3(57-7)=5^42^5*50=5^4*2^5*5^2*2=10^6$$