## DESCRIPTION ## Calculus: Optimization Problems ## ENDDESCRIPTION ## KEYWORDS('Optimization Problems') ## Tagged by YL ## DBsubject('Calculus') ## DBchapter('Applications of Differentiation') ## DBsection('Optimization Problems') ## Date('5/29/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus: Early Transcendentals') ## EditionText1('5') ## AuthorText1('Stewart') ## Section1('4.7') ## Problem1('29') DOCUMENT(); # This should be the first executable line in the problem. loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 0; $a = random(2,8,2); $b = random(2,8,2); $c = random(380,390,2); TEXT(EV2(<"%0.5f", relTol=>1)); ENDDOCUMENT(); # This should be the last executable line in the problem.