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

Please login to create an exam or a quiz.

Algebra
Applications Linear Functions
New Random

A suspect in a high speed chase enters I-8 Eastbound at 55 miles per hour. 15 minutes later a highway patrolman enters I-8 Eastbound at the same location at 58 miles per hour. How long until the officer catches up to the suspect?


The model is \(\displaystyle d=rt\). The suspect has a 15 minute head start. The equation for the distance traveled by the suspect is \(\displaystyle d=55(t + 15)\). The highway patrolman has traveled \(\displaystyle d=58 t\). To catch the suspect the distances traveled must be equal. This gives the equation is \(\displaystyle 55 t + 825=58 t\). Solving gives that it will take \(\displaystyle 275\) minutes to catch the suspect.

Download \(\LaTeX\)

\begin{question}A suspect in a high speed chase enters I-8 Eastbound at 55 miles per hour. 15 minutes later a highway patrolman enters I-8 Eastbound at the same location at 58 miles per hour.  How long until the officer catches up to the suspect?
    \soln{10cm}{The model is $d=rt$.  The suspect has a 15 minute head start. The equation for the distance traveled by the suspect is $d=55(t + 15)$. The highway patrolman has traveled $d=58 t$. To catch the suspect the distances traveled must be equal. This gives the equation is $55 t + 825=58 t$. Solving gives that it will take $275$ minutes to catch the suspect. }

\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>A suspect in a high speed chase enters I-8 Eastbound at 55 miles per hour. 15 minutes later a highway patrolman enters I-8 Eastbound at the same location at 58 miles per hour.  How long until the officer catches up to the suspect?</p> </p>
HTML for Canvas
<p> <p>The model is  <img class="equation_image" title=" \displaystyle d=rt " src="/equation_images/%20%5Cdisplaystyle%20d%3Drt%20" alt="LaTeX:  \displaystyle d=rt " data-equation-content=" \displaystyle d=rt " /> .  The suspect has a 15 minute head start. The equation for the distance traveled by the suspect is  <img class="equation_image" title=" \displaystyle d=55(t + 15) " src="/equation_images/%20%5Cdisplaystyle%20d%3D55%28t%20%2B%2015%29%20" alt="LaTeX:  \displaystyle d=55(t + 15) " data-equation-content=" \displaystyle d=55(t + 15) " /> . The highway patrolman has traveled  <img class="equation_image" title=" \displaystyle d=58 t " src="/equation_images/%20%5Cdisplaystyle%20d%3D58%20t%20" alt="LaTeX:  \displaystyle d=58 t " data-equation-content=" \displaystyle d=58 t " /> . To catch the suspect the distances traveled must be equal. This gives the equation is  <img class="equation_image" title=" \displaystyle 55 t + 825=58 t " src="/equation_images/%20%5Cdisplaystyle%2055%20t%20%2B%20825%3D58%20t%20" alt="LaTeX:  \displaystyle 55 t + 825=58 t " data-equation-content=" \displaystyle 55 t + 825=58 t " /> . Solving gives that it will take  <img class="equation_image" title=" \displaystyle 275 " src="/equation_images/%20%5Cdisplaystyle%20275%20" alt="LaTeX:  \displaystyle 275 " data-equation-content=" \displaystyle 275 " />  minutes to catch the suspect. </p> </p>