Note that the four numbers to multiply are symmetric with the center at 29.5. Multiply the symmetric pairs to get 31⋅28=868 and 30⋅29=870. 868⋅870+1=(869−1)(869+1)+1=8692−12+1=8692=869.
Solution 2 (Symmetry)
Notice that (a+1)2=a⋅(a+2)+1. Then we can notice that 30⋅29=870 and that 31⋅28=868. Therefore, (31)(30)(29)(28)+1=(870)(868)+1=(868+1)2=869. This is because we have that a=868 as per the equation (a+1)2=a⋅(a+2)+1.
~qwertysri987
Solution 3 (Symmetry with Generalization)
More generally, we can prove that one more than the product of four consecutive integers must be a perfect square:
(a+3)(a+2)(a+1)(a)+1=[(a+3)(a)][(a+2)(a+1)]+1=[a2+3a][a2+3a+2]+1=[a2+3a]2+2[a2+3a]+1=[a2+3a+1]2.
At a=28, we have
Similar to Solution 1 above, call the consecutive integers (n−23),(n−21),(n+21),(n+23) to make use of symmetry. Note that n itself is not an integer - in this case, n=29.5. The expression becomes (n−23)(n+23)(n−21)(n+21)+1. Distributing each pair of difference of squares first, and then distributing the two resulting quadratics and adding the constant, gives n4−25n2+1625. The inside is a perfect square trinomial, since b2=4ac. It's equal to (n2−45)2, which simplifies to n2−45. You can plug in the value of n from there, or further simplify to (n−21)(n+21)−1, which is easier to compute. Either way, plugging in n=29.5 gives 869.
Solution 5 (Prime Factorization)
We have (31)(30)(29)(28)+1=755161. Since the alternating sum of the digits 7−5+5−1+6−1=11 is divisible by 11, we conclude that 755161 is divisible by 11.
We evaluate the original expression by prime factorization:
The last digit under the radical is 1, so the square root must either end in 1 or 9, since x2=1(mod10) means x=±1. Additionally, the number must be near 29⋅30=870, narrowing the reasonable choices to 869 and 871.
Continuing the logic, the next-to-last digit under the radical is the same as the last digit of 28⋅29⋅3⋅31, which is 6. Quick computation shows that 8692 ends in 61, while 8712 ends in 41. Thus, the answer is 869.
Solution 7 (Brute force)
31×30×29×28 is 755160. 755160+1=755161, and 755161=869. So the answer is 869.