Using only the 4 basic arithmetic operations ( ), what is the largest possible value of
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Since we are looking for the maximum value, we will not use ÷ , − . Because it will decrease the result.
Case 1: 1 × 2 × 3 × 4 = 2 4
Case 2: 1 + 2 × 3 × 4 = 2 5
Since 25 > 24, 25 is maximum.