Last active
December 25, 2019 00:03
-
-
Save masarakki/758e795fab5ea1b1dfc3aa00a7467eb1 to your computer and use it in GitHub Desktop.
阪神算
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\begin{document} | |
\begin{eqnarray*} | |
(3 - 3) \times 4 = 0 \\ | |
( \frac{3}{3} ) ^ {4} = 1 \\ | |
3 + 3 - 4 = 2 \\ | |
3 \times (-3 + 4) = 3 \\ | |
\frac{3}{3} \times 4 = 4 \\ | |
3 \times 3 - 4 =5 \\ | |
\sqrt{ 3 \times 3 \times 4 } = 6 \\ | |
\sqrt{ 3 \times 3 } + 4 = 7 \\ | |
3 + 3 + \sqrt{4} = 8 \\ | |
-3 + 3 \times 4 = 9 \\ | |
3 + 3 + 4 =10 | |
\end{eqnarray*} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment