Project ID:
5000000012
Accepted:
Template:
Question:
Na obrázku jsou znázorněné rovnoběžné přímky $p$ a $q$, které protínají přímky $m$ a $n$. Přiřaďte správnou velikost každému úhlu.
Answer Header 1:
$40^\circ$
Answer Header 2:
$60^\circ$
Answer Header 3:
$80^\circ$
Answer Header 4:
$120^\circ$
Answer Header 5:
$140^\circ$
Question Row 1:
$\alpha$
Answer Row 1:
2
Question Row 2:
$\beta$
Answer Row 2:
2
Question Row 3:
$\gamma$
Answer Row 3:
1
Question Row 4:
$\lambda$
Answer Row 4:
4
Question Row 5:
$\delta$
Answer Row 5:
3
Question Row 6:
$\varepsilon$
Answer Row 6:
4
Question Row 7:
$\varphi$
Answer Row 7:
1
Question Row 8:
$\omega$
Answer Row 8:
1
Tex:
% http://math4u.vsb.cz/cs/node/32007
\nonstopmode
\documentclass[nepermutuj]{vsb_m4u}
\Oblast{}
\usepackage{m4u-tabulka}
\Nepermutuj
\MsrTabulka[0pt]{0.4\linewidth}{0.6\linewidth}
\def\obrazek{
\obrMsr{-1,3,-1,3}[6.8cm,6.8cm]
{
\coordinate (A) at (0,0);
\coordinate (B) at (3,0);
\coordinate (A1) at (0,1);
\coordinate (B1) at (3,1);
\coordinate (C) at (1,{sqrt(3)});
\draw[shorten <=-7mm, shorten >=-8mm] (A) node[below, yshift=-4mm]{$n$}--(C);
\draw[shorten <=-7mm, shorten >=-5mm] (A)--(B) node[right, xshift=6mm]{$q$};
\draw[shorten <=-5mm, shorten >=-5mm] (A1)--(B1) node[right, xshift=6mm]{$p$};
\draw[shorten <=-8mm, shorten >=-5mm] (C)--(B) node[below, yshift=-4mm, xshift=2mm]{$m$};
\path[name path=line1] (A)--(C);
\path[name path=line2] (B)--(C);
\path[name path=line3] (B1)--(A1);
\path[name intersections/.expanded = {of = line1 and line3, by = A0}];
\path[name intersections/.expanded = {of = line2 and line3, by = B0}];
\obrUhelB BA[\alpha]C
\obrUhelB B{B0}[\gamma]{B1}
\obrUhelB C{B0}[\varphi]{A1}
\obrUhelB*[4mm] C{B0}{B1}
\draw (B0) node[above right, yshift=4pt]{$140^\circ$};
\obrUhelB* AB[\omega]C
\coordinate (T) at ($(0,0)-(B)$);
\obrUhelB[5mm] CA[\lambda]{T}
\obrUhelB*[5mm] {A1}{A0}[\varepsilon]C
\obrUhelB {A1}{A0}[\beta]A
\coordinate (TB) at ($(C)-(B)+(C)$);
\coordinate (TA) at ($(C)-(A)+(C)$);
\obrUhelB[6mm] {TA}C[\delta]{TB}
\coordinate (TB) at ($(A)-(B)$);
\coordinate (TA) at ($(A)-(C)+(A)$);
\obrUhelB*[4mm] {TA}A{TB}
\draw (A) node [below left, xshift=-6pt, yshift=-5pt]{$60^\circ$};
}}
\parindent 0 pt
\newdimen\QuestionSkip
\QuestionSkip=2\bigskipamount
\input \jobname_\langfile_data.tex
\begin{document}
\begin{quiz}{msr}
\quad
\begin{minipage}[t]{0.5\linewidth}
\ifcs\shorthandoff{-}\fi
\ifsk\shorthandoff{-}\fi
\null
\vspace*{-30pt}
\obrazek
\end{minipage}\hfill
\begin{minipage}[t]{0.45\linewidth}
\Question
\end{minipage}
\par\vskip \QuestionSkip
\def\polozkahrule{\hrule\vspace*{-5pt}}
\begin{questions}
\csname QuestionNo1\endcsname
\csname QuestionNo2\endcsname
\csname QuestionNo3\endcsname
\csname QuestionNo4\endcsname
\csname QuestionNo5\endcsname
\csname QuestionNo6\endcsname
\csname QuestionNo7\endcsname
\csname QuestionNo8\endcsname
\end{questions} \end{quiz} \end{document}