diff options
Diffstat (limited to 'tools/share')
-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 |