You are writing an expression using the whole numbers 1,2,3,4,5,…,4N+1, for some nonnegative integer N and the operations of addition, subtraction, multiplication, and division. Importantly, you must use each number exactly once and each operation exactly N times. Also, you can use as many parentheses as you would like. No concatenation of the digits is allowed (i.e., you can’t combine 2 and 3 to make the number 23). What is the largest value you can generate, using the nine digits and eight operations?
The largest number generated using integers numbers 1,…,4N+1 and the four operations provided that each operation is used N times is m(N)=(4N+1)(6N+1)N.
To prove this we will need to argue first that m(N) is equivalent to the number ˆm(N), which is the largest number that can be constructed using only N multiplications and N additions using the number 2N+1,2N+2,…,4N,4N+1. Certainly, any arithmetic expression using only N multiplications and N additions and the numbers 2N+1,…,4N+1 each once, say x=f(2N+1,…,4N+1), can be made into an aritchmetic expression using each of the integers 1,…,4N+1 once and each operation exactly N times, by simply letting x=g(1,…,4N+1)=f(2N+1,…,4N+1)(2N−(2N−1))⋅⋯⋅(2−1).
OK, so we have reasonably almost halved the problem and can now focus on only a problem of N multiplications, N additions and the integers 2N+1,…,4N+1. Similar to the hand-wavey arguments above, it is straightforward that ˆm(N) has the form x1⋅(x2+x3)⋅⋯⋅(x2N+x2N+1)
The AM-GM inequality states the arithmetic mean of nonnegative numbers is always greater than or equal to the geometric mean of those same numbers, that is, for any positive integer k and any real numbers y1,…,yk≥0, y1+⋯+ykk≥k√y1⋅⋯⋅yk.
No comments:
Post a Comment