Skip to content

Instantly share code, notes, and snippets.

@takehiko
Last active January 1, 2016 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takehiko/8174719 to your computer and use it in GitHub Desktop.
Save takehiko/8174719 to your computer and use it in GitHub Desktop.
\documentclass[12pt,a4paper]{jsarticle}
\def\labelenumi{(\arabic{enumi})}
\def\maru#1{\textcircled{\scriptsize #1}}
\tabcolsep=2pt
\parindent=0pt
\begin{document}
\section{MathPubより}
(https://h022.dynaxt.co.jp/g/manual/ja-JP/PDF/bunsyo.pdf, 2013-12-30早朝に参照)
\vspace{0.5zh}
{\Large 1.} タダシくんは500円のおこづかいをもっています。
[問題]\\
\vspace{-2.7zh}
\begin{enumerate}
\item 1こ90円のおかしを4こかいました
\begin{description}
\item[$a$\textrm{)}] おかしのだいきんはいくらでしょう?
\item[$b$\textrm{)}] のこりのおこづかいはいくらでしょう?
\end{description}
\end{enumerate}
[解答]\\
(1) \begin{tabular}[t]{rl}
$a$) & おかしのだいきんは$90\times4=360$円 \\
$b$) & おかしのだいきんは360円で、\\
& おこづかいを500円もっているので、\\
& $500-360=140$円
\end{tabular}
\newpage
\section{小学校の出題形式にできるだけ近く}
[問題]\\
\fbox{1} ただしさんは500円のおこづかいをもっています。1こ90円のおかしを4こかいました。
\begin{description}
\item[\textrm{\maru{1}}] \hspace{-1.5zw}おかしのだいきんはいくらですか。\\
\begin{tabular}[t]{lp{8zw}lp{4zw}}式 & & 答え\\ \mbox{}\end{tabular}
\item[\textrm{\maru{2}}] \hspace{-1.5zw}のこりのおこづかいはいくらですか。\\
\begin{tabular}[t]{lp{8zw}lp{4zw}}式 & & 答え\\ \mbox{}\end{tabular}
\end{description}
[解答]\\
\fbox{1} ただしさんは500円のおこづかいをもっています。1こ90円のおかしを4こかいました。
\begin{description}
\item[\textrm{\maru{1}}] \hspace{-1.5zw}おかしのだいきんはいくらですか。\\
\begin{tabular}[t]{lp{8zw}lp{4zw}}式 & $90\times4=360$ & 答え & 360円\\ \mbox{}\end{tabular}
\item[\textrm{\maru{2}}] \hspace{-1.5zw}のこりのおこづかいはいくらですか。\\
\begin{tabular}[t]{lp{8zw}lp{4zw}}式 & $500-360=140$ & 答え& 140円\\ \mbox{}\end{tabular}
\end{description}
\end{document}
% see also: http://d.hatena.ne.jp/takehikom/20131230/1388351198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment