diff options
author | Austin Adams <git@austinjadams.com> | 2016-04-08 22:50:33 -0400 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2016-04-08 22:51:42 -0400 |
commit | 654d62cc36452e65af7c9d3508a0b1dd656ff8c9 (patch) | |
tree | 497b8e700ec6f549f15d3abbae913fd7b6df7546 | |
parent | 011ba174e60e7003c8f20cbe8f5221f33fcf2e50 (diff) | |
download | toolbag-654d62cc36452e65af7c9d3508a0b1dd656ff8c9.tar.gz toolbag-654d62cc36452e65af7c9d3508a0b1dd656ff8c9.tar.xz |
add a notfound problem (binomials!)
-rw-r--r-- | tools/share/notfound/binom1.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/share/notfound/binom1.tex b/tools/share/notfound/binom1.tex new file mode 100644 index 0000000..6acac50 --- /dev/null +++ b/tools/share/notfound/binom1.tex @@ -0,0 +1,12 @@ +\nofiles +\documentclass[letterpaper,12pt]{article} +\usepackage{amsmath,amssymb,amsthm,tikz} +\pagenumbering{gobble} +\begin{document} + +\[ +\binom{11}{4} - \binom{384}{0} + \binom{8}{4} - \binom{5}{3} + \binom{6}{4} +\] + +\end{document} +% a sum of binomial coefficients. eleven choose four minus three hundred eighty-four choose zero plus eight choose four minus five choose three plus six choose four |