Minggu, 22 Juni 2025

MatDas Operasi Hitung Campuran Dalam Latex

Di bawah ini adalah pelajaran Matematika Dasar Operasi Hitung Campuran Dalam Latex:

1. Buka editor Latex.
2. Ketik source code Latex dalam editor Latex:

% !TEX TS-program=pdflatex

% !TEX encoding=UTF-8 Unicode

% Distributed under the LaTeX Project Public License

% https://www.latex-project.org/lppl.txt


\documentclass[varwidth,multi=page,margin=5]{standalone}


\usepackage{multirow}

\usepackage{amsmath}

\usepackage{fouriernc}


\title{Matematika \\Dasar 1}

%\author{Private Course and Tutor Course}

\date{}


\begin{document}


\begin{page}

\maketitle

\end{page}


\begin{page}

{\Huge\bfseries Operasi\\ Hitung\\ Campuran}

\end{page}


\begin{page}

% 9 + 5 x 7 - 4 = ...

\begin{tabular}{l@{\quad}l@{\quad}l@{\quad}l@{\quad}c@{\quad}l@{\quad}l@{\quad}llll}

& \ \ 9 & + & \ \ 5 & $\times$ & 7 & $-$ & 4 & = & \ldots \\

= & \ \ 9 & + & ( 5 & $\times$ & 7 ) & $-$ & 4 \\

= & \ \ 9 & + & ( & 35 & \phantom{2} ) & $-$ & 4 \\

= & \ \ 9 & + & ( & 35 & \phantom{2} ) & $-$ & 4 \\

= & ( 9 & + & & 35 & \phantom{2} ) & $-$ & 4 \\

= & 44 & & & & & $-$ & 4 \\

= & 40

\end{tabular}

\end{page}


\begin{page}

% 5 x 7

Langkah 1 \\


\begin{tabular}{r@{\,}r@{\,}r@{\,}r@{\hspace{0.25em}}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c@{\,}c} \\

5 $\times$ 7 &\phantom{1} = \phantom{1}& & 7\phantom{3} &\phantom{1} + \phantom{2}& 7 \phantom{2} & &\phantom{1} + &\phantom{1} 7 &\phantom{1} + &\phantom{1} 7 &\phantom{1} +\phantom{1} & 7 \\

& = \phantom{1}& (\phantom{1} & 7\phantom{3} &\phantom{1} + \phantom{2}& 7 \phantom{2} & ) &\phantom{1} + &\phantom{1} 7 &\phantom{1} + &\phantom{1} 7 &\phantom{1} +\phantom{1} & 7 \\

& = \phantom{1}& (\phantom{1} & 14\phantom{1} & + & 7 \phantom{2} & ) &\phantom{1} + &\phantom{1} 7 &\phantom{1} + &\phantom{2} 7 \\

& = \phantom{1}& (\phantom{1} & 21\phantom{1} & + & 7 \phantom{2} & ) &\phantom{1} + &\phantom{1} 7 \\

& = \phantom{1}& \ \phantom{5} & 28\phantom{1} & + & 7 \phantom{2} \\

& = \phantom{1}& & 35\phantom{1}

\end{tabular}

\end{page}


\begin{page}

% 35 + 9

Langkah 2

\begin{table}[h]

\centering


\begin{tabular}{c@{\,}c@{\,}c@{\,}c} \\

& & {\Huge 9} \\

{\huge +} & {\Huge 3} & {\Huge 5} \\

\hline \\

& \multicolumn{3}{c}{\huge\bfseries\ldots}

\end{tabular}

\end{table}

\end{page}


\begin{page}

% 35 + 9

Langkah 3 \\

\begin{tabular}{c@{\,}c@{\,}c@{\,}c} \\

& {\large 1} & \\

& & {\Huge 9} \\

{\huge +}& {\Huge 3} & {\Huge 5} \\

\hline \\

& & {\Huge 4 }

\end{tabular}

\end{page}


\begin{page}

%35 + 9

Langkah 4 \\

\begin{tabular}{c@{\,}c@{\,}c@{\,}c} \\

& {\large 1} & \\

& & {\Huge 9} \\

{\huge +}& {\Huge 3} & {\Huge 5} \\

\hline \\

& {\Huge 4} & {\Huge 4}

\end{tabular}

\end{page}



\begin{page}

%44 - 4

Langkah 5 \\

\begin{tabular}{c@{\,}c@{\,}c@{\,}c} \\

& {\Huge 4} & {\Huge 4} \\

{\huge $-$}& {\Huge } & {\Huge 4} \\

\hline \\

& {\Huge 4} & {\Huge 0}

\end{tabular}

\end{page}

\end{document}

3. Simpan dengan nama file MatDas1.tex

4. Compile source code Latex.

Output











Notes

Untuk melihat gambar yang lebih jelas, click pada gambar.


<< Back to Learning Latex RoadMap

Tidak ada komentar:

Posting Komentar