| 1 | ##DESCRIPTION |
1 | ##DESCRIPTION |
| 2 | ## A simple algebra word problem involving solving a linear equation |
2 | ## Algebra: Modeling |
| 3 | ##ENDDESCRIPTION |
3 | ##ENDDESCRIPTION |
| 4 | |
4 | |
| 5 | ##KEYWORDS('algebra', 'word problem') |
5 | ##KEYWORDS('Algebra', 'Modeling') |
|
|
6 | ##Tagged by up2p |
|
|
7 | |
|
|
8 | ##DBsubject('Algebra') |
|
|
9 | ##DBchapter('Equations and Inequalities') |
|
|
10 | ##DBsection('Modeling with Equations') |
|
|
11 | ##Date('') |
|
|
12 | ##Author('') |
|
|
13 | ##Institution('Rochester') |
|
|
14 | ##TitleText1('') |
|
|
15 | ##EditionText1('') |
|
|
16 | ##AuthorText1('') |
|
|
17 | ##Section1('') |
|
|
18 | ##Problem1('') |
| 6 | |
19 | |
| 7 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 8 | |
21 | |
| 9 | loadMacros( |
22 | loadMacros( |
| 10 | "PG.pl", |
23 | "PG.pl", |