Solution to Problem 199


Correct solutions were received from the Bradley University Problem Solving Group and Dan Mikos, David Caravello, Alexander Nedyalkov.  Further correct solutions were received from W.R.Rohlfing, Paul Botham, Jérôme Lefebvre, Bill Webb, Al Zimmermann, Ahmed AboAdham, Ahron Teitelman, Steve King, Paul Lee, Dan Dima, Lou Cairoli, Juan Carlos Marivela, Gary Smith.

There was some understandable confusion as to what the 199'th row of Pascal's triangle is.  Most working mathematicians agree that the n'th row of Pascal's triangle starts with the entries 1, n ,...; the row containing just a 1 is generally thought of as the zero'th row.

Again, this is the kind of problem which is easier to solve in for an arbitrary row than in the specific case of the 199th row.  The entries in the n'th row Pascal's triangle are the coefficients of the polynomial (1 + x)n.  From the binomial theorem, we have .  Therefore, determining the number of odd entries in the n'th row of Pascal's triangle is the same a determining the number of odd coefficients in the polynomial (1 + x)n which is further the same as determining the number of non-zero coefficients in (1 + x)n (modulo 2).  

An easy induction shows that (1 + x)2n = (1 + x2n) (modulo 2).  A deep theorem in mathematics gives that 199 = 128 + 64 + 4 + 2 + 1.  Putting there facts together gives that (1 + x)199 = (1 + x)128(1 + x)64(1 + x)4(1 + x)2(1 + x) = (1 + x128)(1 + x64)(1 + x4)(1 + x2)(1 + x) (modulo 2) which is a polynomial with 25 = 32 non-zero terms.  The general result is that the number of odd entries in the n'th row of Pascal's triangle is 2 to the number of ones in the binary expansion of n.

I recommend the applet at the website www.math.ohio-state.edu/~btk/Pascal/ for those wanting to see what geometric questions this and related problems create.

You are visitor number 3778 to this page.
ã
2004 Alberto L. Delgado