\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Algebra
Linear Systems
New Random

Tickets for a movie cost $8 for children and $9 for adults. If 113 seats were filled, and the box office revenues were $933. How many children's and now many adult tickets were sold?


Let \(\displaystyle C\) be the number of children's tickets and \(\displaystyle A\) be the number of adult tickets. This gives the system of equations \(\displaystyle C+A=113 \qquad 8C+9A=933\). Writing the system as a matrix gives \(\displaystyle \left[\begin{matrix}1 & 1 & 113\\8 & 9 & 933\end{matrix}\right]\). Using RREF gives \(\displaystyle \left[\begin{matrix}1 & 0 & 84\\0 & 1 & 29\end{matrix}\right]\). The number of children's tickets is 84 and the number of adult tickets is 29.

Download \(\LaTeX\)

\begin{question}Tickets for a movie cost \$8 for children and \$9 for adults.  If 113 seats were filled, and the box office revenues were \$933.  How many children's and now many adult tickets were sold?
    \soln{9cm}{Let $C$ be the number of children's tickets and $A$ be the number of adult tickets. This gives the system of equations
		 $C+A=113 \qquad 8C+9A=933$. Writing the system as a matrix gives $\left[\begin{matrix}1 & 1 & 113\\8 & 9 & 933\end{matrix}\right]$.  Using RREF gives $\left[\begin{matrix}1 & 0 & 84\\0 & 1 & 29\end{matrix}\right]$. The number of children's tickets is 84 and the number of adult tickets is 29.}

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>Tickets for a movie cost &#36;8 for children and &#36;9 for adults.  If 113 seats were filled, and the box office revenues were &#36;933.  How many children's and now many adult tickets were sold?</p> </p>
HTML for Canvas
<p> <p>Let  <img class="equation_image" title=" \displaystyle C " src="/equation_images/%20%5Cdisplaystyle%20C%20" alt="LaTeX:  \displaystyle C " data-equation-content=" \displaystyle C " />  be the number of children's tickets and  <img class="equation_image" title=" \displaystyle A " src="/equation_images/%20%5Cdisplaystyle%20A%20" alt="LaTeX:  \displaystyle A " data-equation-content=" \displaystyle A " />  be the number of adult tickets. This gives the system of equations
		  <img class="equation_image" title=" \displaystyle C+A=113 \qquad 8C+9A=933 " src="/equation_images/%20%5Cdisplaystyle%20C%2BA%3D113%20%5Cqquad%208C%2B9A%3D933%20" alt="LaTeX:  \displaystyle C+A=113 \qquad 8C+9A=933 " data-equation-content=" \displaystyle C+A=113 \qquad 8C+9A=933 " /> . Writing the system as a matrix gives  <img class="equation_image" title=" \displaystyle \left[\begin{matrix}1 & 1 & 113\\8 & 9 & 933\end{matrix}\right] " src="/equation_images/%20%5Cdisplaystyle%20%5Cleft%5B%5Cbegin%7Bmatrix%7D1%20%26%201%20%26%20113%5C%5C8%20%26%209%20%26%20933%5Cend%7Bmatrix%7D%5Cright%5D%20" alt="LaTeX:  \displaystyle \left[\begin{matrix}1 & 1 & 113\\8 & 9 & 933\end{matrix}\right] " data-equation-content=" \displaystyle \left[\begin{matrix}1 & 1 & 113\\8 & 9 & 933\end{matrix}\right] " /> .  Using RREF gives  <img class="equation_image" title=" \displaystyle \left[\begin{matrix}1 & 0 & 84\\0 & 1 & 29\end{matrix}\right] " src="/equation_images/%20%5Cdisplaystyle%20%5Cleft%5B%5Cbegin%7Bmatrix%7D1%20%26%200%20%26%2084%5C%5C0%20%26%201%20%26%2029%5Cend%7Bmatrix%7D%5Cright%5D%20" alt="LaTeX:  \displaystyle \left[\begin{matrix}1 & 0 & 84\\0 & 1 & 29\end{matrix}\right] " data-equation-content=" \displaystyle \left[\begin{matrix}1 & 0 & 84\\0 & 1 & 29\end{matrix}\right] " /> . The number of children's tickets is 84 and the number of adult tickets is 29.</p> </p>