Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions OpenProblemLibrary/Michigan/Chap2Sec3/Q33.pg
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The graph of a function \(f\) is shown below.
$BR
$BCENTER
\{ image( insertGraph( $gr ), tex_size=>500, height=>200, width=>400,
extra_html_tags=>'alt="graph of the function f"' ) \}
alt=>"Graph of the function f" ) \}
$ECENTER
$PAR
At which of the labeled \(x\)-values is
Expand All @@ -166,8 +166,7 @@ ANS($pop3->cmp() );
ANS($pop4->cmp() );

Context()->texStrings;
SOLUTION(EV3(<<'END_SOLUTION'));
$PAR SOLUTION $PAR
BEGIN_SOLUTION

The smallest and largest values of \(f(x)\) are those locations where the
vertical coordinate on the graph is the smallest and largest, which are
Expand Down