Answer:
- very large: (2 -(-1))^(1 -(-2))^(3 -(-3))^(4 -(-4))^(5 -(-5))^0
- smallest: 0(5+4+3+2+1+(-1)+(-2)+(-3)+(-4)+(-5)) = 0
Explanation:
Exponentiation gets you to large numbers really fast. This may not be the largest possible with these numbers, but it is certainly very large.
(2 -(-1))^(1 -(-2))^(3 -(-3))^(4 -(-4))^(5 -(-5))^0
Exponents are evaluated right to left, so this becomes ...
3^3^6^8^10 = 3^3^6^1073741824
The next level of evaluation, 6^1073741824, is a number with more than 835 million digits. I cannot compute the number of digits in the final value of this expression.
__
Of course, the smallest magnitude is achieved by multiplying by 0.
smallest = 0ยท(5 + 4 + 3 + 2 + 1 +(-1) +(-2) +(-3) +(-4) +(-5)) = 0