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 |>
|