Forum archive 2000-2006

Lars Jensen - rochester_problib: problem errors

Lars Jensen - rochester_problib: problem errors

by Arnold Pizer -
Number of replies: 0
inactiveTopicrochester_problib: problem errors topic started 9/8/2004; 2:58:21 PM
last post 9/8/2004; 5:16:03 PM
userLars Jensen - rochester_problib: problem errors  blueArrow
9/8/2004; 2:58:21 PM (reads: 807, responses: 1)
The following errors in the coding of the answers to the problems below were reported to me by one of our instructors. -Lars.

--------------------------------------------


setAlgebra17FunComposition/beth2algfun.pg :

Answers should be:

#This will produce the subtraction of functions question

$quest11 = '( (f-g)(-1)) )';

$ans11 = "DNE";

$quest12 = '( (f-g)(0)) )';

$ans12 = "-1";

$quest13 = '( (f-g)(1)) )';

$ans13 = "-2";

$quest14 = '( (f-g)(2)) )';

$ans14 = "-7";

$quest15 = '( (f-g)(3)) )';

$ans15 = "-4";

$quest16 = '( (f-g)(4)) )';

$ans16 = "-1";

--------------------------------------------------


setAlgebra15Functions/jay5.pg :

The variable $P should be:

$P = "(($c)*x-($a)*x-$b)";

-----------------------------------------------------

<| Post or View Comments |>


userArnold K. Pizer - Re: rochester_problib: problem errors  blueArrow
9/8/2004; 5:16:03 PM (reads: 1034, responses: 0)
Thanks Lars. These problems have now been fixed in the CVS.

Arnie

<| Post or View Comments |>