[npl] / trunk / NationalProblemLibrary / UCSB / Stewart5_2_3 / Stewart5_2_3_6.pg Repository:
ViewVC logotype

View of /trunk/NationalProblemLibrary/UCSB/Stewart5_2_3/Stewart5_2_3_6.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1674 - (download) (annotate)
Sun Feb 6 02:23:13 2011 UTC (2 years, 3 months ago) by apizer
File size: 827 byte(s)
correct Stewart tags

    1 ## DBsubject('Calculus')
    2 ## DBchapter('Limits and Derivatives')
    3 ## DBsection('Calculating Limits Using the Limit Laws')
    4 ## KEYWORDS('Product','Quotient','Differentiation')
    5 ## TitleText1('Calculus: Early Transcendentals')
    6 ## EditionText1('5')
    7 ## AuthorText1('Stewart')
    8 ## Section1('2.3')
    9 ## Problem1('6')
   10 ## Author('')
   11 ## Institution('UCSB')
   12 
   13 DOCUMENT();
   14 
   15 loadMacros(
   16 "PG.pl",
   17 "PGbasicmacros.pl",
   18 "PGchoicemacros.pl",
   19 "PGanswermacros.pl",
   20 "PGauxiliaryFunctions.pl"
   21 );
   22 
   23 TEXT(&beginproblem);
   24 $showPartialCorrectAnswers = 1;
   25 $a=random(1,10,1)*random(-1,1,2);
   26 $b=random(1,10,1)*random(-1,1,2);
   27 $c=random(1,10,1)*random(-1,1,2);
   28 
   29 BEGIN_TEXT
   30 
   31 $PAR
   32 
   33 Evaluate the limit, by using the appropriate Limit Law(s). $PAR
   34 \(\displaystyle \lim_{t \to -1} (t^2+1)^3(t+3)^5\)
   35 
   36 $PAR
   37 
   38 \{ans_rule(10)\}
   39 
   40 END_TEXT
   41 
   42 ANS(num_cmp(256));
   43 
   44 ENDDOCUMENT();

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9