## DESCRIPTION ## Calculus ## ENDDESCRIPTION ## KEYWORDS('calculus','derivative','inflection point') ## Tagged by YL ## DBsubject('Calculus') ## DBchapter('Applications of Differentiation') ## DBsection('How Derivatives Affect the Shape of a Graph') ## Date('') ## Author('') ## Institution('ASU') ## TitleText1('Calculus: Early Transcendentals') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('4.3') ## Problem1('') DOCUMENT(); # This should be the first executable line in the problem. loadMacros("PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl", "extraAnswerEvaluators.pl"); $a = random(2,8,1); $b = random(2,8,1); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; TEXT(EV2(<["none"] )); ENDDOCUMENT(); # This should be the last executable line in the problem.