File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OpenProblemLibrary/Michigan/gateways/derivative/topic_symbolic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ $showPartialCorrectAnswers = 1;
1717Context('Numeric');
1818Context()->variables->are( a=>'Real', b=>'Real', c=>'Real', p=>'Real');
1919
20- $ans = "(a *b)*cos(b*p + c )";
20+ $ans = "(c *b)*cos(b*p + a )";
2121
2222# for information about tutorial cgi, contact the UMich repository owner
2323# $tut = htmlLink("http://[local location of tutorial cgi]" .
2424# "gwderivtut?pnum=737","rule for constant multiples,"");
2525
2626Context()->texStrings;
2727BEGIN_TEXT
28- Differentiate \(B(p) = a \sin(b p + c )\), where \(a,b\) and \(c\) are constants
28+ Differentiate \(B(p) = c \sin(b p + a )\), where \(a,b\) and \(c\) are constants
2929$BR
3030Answer: \( B'(p) = \) \{ans_rule(55)\}
3131END_TEXT
You can’t perform that action at this time.
0 commit comments