[npl] / trunk / NationalProblemLibrary / ASU-topics / setAbsoluteValue / zhu8.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/ASU-topics/setAbsoluteValue/zhu8.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 267 Revision 268
24"PGauxiliaryFunctions.pl", 24"PGauxiliaryFunctions.pl",
25"PGasu.pl", 25"PGasu.pl",
26"extraAnswerEvaluators.pl" 26"extraAnswerEvaluators.pl"
27); 27);
28 28
29TEXT(&beginproblem); 29TEXT(beginproblem());
30$showPartialCorrectAnswers = 0; 30$showPartialCorrectAnswers = 0;
31 31
32$a = random(1,8,1); 32$a = random(1,8,1);
33 33
34$b = random(1,8,1); 34$b = random(1,8,1);
55$BR 55$BR
56Answer: \{ans_rule(35) \} 56Answer: \{ans_rule(35) \}
57$BR 57$BR
58EOT 58EOT
59 59
60&ANS(interval_cmp("(-infinity,$e2]U[$e1,infinity)")); 60ANS(interval_cmp("(-infinity,$e2]U[$e1,infinity)"));
61 61
62ENDDOCUMENT(); # This should be the last executable line in the problem.; 62ENDDOCUMENT(); # This should be the last executable line in the problem.;
63 63
64 64

Legend:
Removed from v.267  
changed lines
  Added in v.268

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9