## DESCRIPTION ## Calculus: The Fundamental Theorem of Calculus ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'fundamental theorem of calculus') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Fundamental Theorem of Calculus') ## Date('6/2/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.3') ## Problem1('5') 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 = 1; #my ($a, $aaa, $answer); $a= random(1, 5, 1); TEXT(EV2(<"y")); ANS(@ans); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Fundamental Theorem of Calculus ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'fundamental theorem of calculus') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Fundamental Theorem of Calculus') ## Date('6/2/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.3') ## Problem1('13') 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 = 1; $a = random(1,9,1); $b = random(1,9,1); $p = random(4,15,1); TEXT(EV2(<"x")); ANS(@ans); ENDDOCUMENT(); # This should be the last executable line in the problem. ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Fundamental Theorem of Calculus ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'fundamental theorem of calculus') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Fundamental Theorem of Calculus') ## Date('6/2/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.3') ## Problem1('14') 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 = 1; my ($a, $b, $answer); $a= random(1, 5, 1); $b= random(2, 5, 1); TEXT(EV2(<["DNE"])); ANS(@ans); ENDDOCUMENT(); ________________________________________________________________________________ ## DESCRIPTION ## Calculus: The Fundamental Theorem of Calculus ## ENDDESCRIPTION ## KEYWORDS('calculus', 'integrals', 'definite integrals', 'fundamental theorem of calculus') ## Tagged by XW ## DBsubject('Calculus') ## DBchapter('Integrals') ## DBsection('The Fundamental Theorem of Calculus') ## Date('6/2/2005') ## Author('Jeff Holt') ## Institution('UVA') ## TitleText1('Calculus') ## EditionText1('5e') ## AuthorText1('Stewart') ## Section1('5.3') ## Problem1('35') DOCUMENT(); loadMacros( "PG.pl", "PGbasicmacros.pl", "PGchoicemacros.pl", "PGanswermacros.pl", "PGauxiliaryFunctions.pl" ); TEXT(beginproblem()); $showPartialCorrectAnswers = 1; $a = random(1,3,1); $d = random(2,7,1); $b = $a+$d; $c = random(2,6,1); $p = random(2,5,1); TEXT(EV2(<