This assignment consists of two problems to write up and hand in.
Each of the problems will be randomly chosen from a list of 15 syllabus problems.
You should use a random number generator to select two random numbers between 1 and 15.
On most TI calculators you can use Rand(15) . If the result is 1, do choice 1. If it's 2, do choice 2, and so on.
If the same number comes up twice, reenter Rand(15) until you get something different.
Each person should end up handing in 2 problems, but exactly which ones will vary from person to person.
Please label each item on your work with the section and problem number from the text..
| Rand(15) Result | Section 5.2 Problem Number |
| 1 | 1 |
| 2 | 3 |
| 3 | 5 |
| 4 | 7 |
| 5 | 11 |
| 6 | 17 |
| 7 | 21 |
| 8 | 29 |
| 9 | 31 |
| 10 | 33 |
| 11 | 37 |
| 12 | 41 |
| 13 | 43 |
| 14 | 46 |
| 15 | 47 |