\(\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 85 miles per hour. 16 minutes later a highway patrolman enters I-8 Eastbound at the same location at 93 miles per hour. How long until the officer catches up to the suspect?


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

Download \(\LaTeX\)

\begin{question}A suspect in a high speed chase enters I-8 Eastbound at 85 miles per hour. 16 minutes later a highway patrolman enters I-8 Eastbound at the same location at 93 miles per hour.  How long until the officer catches up to the suspect?
    \soln{10cm}{The model is $d=rt$.  The suspect has a 16 minute head start. The equation for the distance traveled by the suspect is $d=85(t + 16)$. The highway patrolman has traveled $d=93 t$. To catch the suspect the distances traveled must be equal. This gives the equation is $85 t + 1360=93 t$. Solving gives that it will take $170$ 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 85 miles per hour. 16 minutes later a highway patrolman enters I-8 Eastbound at the same location at 93 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 16 minute head start. The equation for the distance traveled by the suspect is  <img class="equation_image" title=" \displaystyle d=85(t + 16) " src="/equation_images/%20%5Cdisplaystyle%20d%3D85%28t%20%2B%2016%29%20" alt="LaTeX:  \displaystyle d=85(t + 16) " data-equation-content=" \displaystyle d=85(t + 16) " /> . The highway patrolman has traveled  <img class="equation_image" title=" \displaystyle d=93 t " src="/equation_images/%20%5Cdisplaystyle%20d%3D93%20t%20" alt="LaTeX:  \displaystyle d=93 t " data-equation-content=" \displaystyle d=93 t " /> . To catch the suspect the distances traveled must be equal. This gives the equation is  <img class="equation_image" title=" \displaystyle 85 t + 1360=93 t " src="/equation_images/%20%5Cdisplaystyle%2085%20t%20%2B%201360%3D93%20t%20" alt="LaTeX:  \displaystyle 85 t + 1360=93 t " data-equation-content=" \displaystyle 85 t + 1360=93 t " /> . Solving gives that it will take  <img class="equation_image" title=" \displaystyle 170 " src="/equation_images/%20%5Cdisplaystyle%20170%20" alt="LaTeX:  \displaystyle 170 " data-equation-content=" \displaystyle 170 " />  minutes to catch the suspect. </p> </p>