AlgebraDifficulty 5.6AIME, harderProve itUnited States
Problem: Find (in terms of n≥1) the number of terms with odd coefficients after expanding the product: 1≤i<j≤n∏(xi+xj) e.g., for n=3 the expanded product is given by x12x2+x12x3+x22x3+x22x1+x32x1+x32x2+2x1x2x3 and so the answer would be 6.
Solution
Solution: Note that if we take (mod2), we get that 1≤i<j≤n∏(xi+xj)≡1≤i<j≤n∏(xj−xi)=det(M) where M is the matrix with Mij=xij−1. This is called a Vandermonde determinant. Expanding this determinant using the formula det(M)=σ∑i=1∏nxσ(i)i−1, where the sum is over all n! permutations σ, gives the result.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.