Math101/Foundations of Math I Test Study Guide-Fall 1998
-----Test # 1------
First Test:Thursday, October 1, 1998
Return to Math101 Study Guides Menu
....General Information About The Exam....
The test will be worth 80 points and will
constitute roughly 25% of the total number of test points
for the course.
You will have 1hr and 20min to work on the test.
All of your work must be placed in the "Blue Book(s)"
that will be provided for you.
The answers in the Blue Book(s) must appear in the same order
as they appear on the test sheet, and so you will need to
plan ahead and leave necessary space if you intend to
work the problems out of order.
Your answers will be graded on the basis of correctness,
completeness, and neatness.
The best philosophy you can have during the exam is to
leave as little to the imagination as is possible. The basic
rule is that you write down only things that are true and
give reasons as to why they are true.
The point value of each question will be noted for each
question. Take this into consideration while managing
your time during the exam. Don't spend 50% of your time
during the examination answering questions that count
for only 20% of the total.
Partial credit will be awarded and so you should try to do
some work on as many questions as you can. More weight will
be placed on your ability to demonstrate a correct process
that may be followed to arrive at the correct answer than
the final answer itself. Therefore, a correct final answer
with no supporting work will receive little to no credit,
and a correct process that contains some minor error(s)
that caused an incorrect final answer will receive up to
100% of the full credit, depending on the extent of the
error(s).
Do not feel bad if you are unable to finish the exam.
Letter grade assignment for the test will be based
on a curve with cut-offs less than or equal to straight
percentage, and so it is possible to earn a good grade
without completing the answers to all of the questions.
Talk to your friends after the exam. The amount of work
that others were able to complete will be a good
indicator of your situation.
....Specific Information About The Exam....
The test will include only course material covered up to
and including Thursday, September 26, 1998.
Assigned homework problems will form the foundation for many
of the test questions. As much as 75% of the exam may either
be taken directly from the homework or be very similar to
homework problems.
Other test questions will either be drawn from class notes
or directly from the text.
The best preparation for the exam is to practice working
problems and read over your class notes for understanding.
Remember that the more problems you work, the
better prepared you will be for the exam. You are
encouraged to attempt even more problems than were placed
on the Assignment Web Page.
The following specific topics should be studied:
1. All homework assignments posted on the web as of 9-24 for
chapters 8 and 9
2. The Tower of Hanoi problem:
a. Be able to solve it for up to 4 rings
n-1 n
b. Be able to show why 1+2+4+...+2 = 2 - 1
(the above is the formula for counting how many moves are
required to move n rings)
3. For the Traveling Salesperson Problem
a. Be able to explain why 1+2+3+...+(n-1) = (n-1)n/2
(the above is the formula for how many total edges are needed on
the graph so that there is an edge between any two vertices(cities))
b. Be able to explain why 1*2*3*....*(n-1) , which is represented
by (n-1)! represents the total number of different ways there are to
start at the first city and visit all cities exactly once and return
to the first city without visiting any city more than once.
Note: we are assuming that the graph is such that there is exactly
one edge joining any two vertices(cities) and n>=2
4. Sorting
a. Be able to describe the Selection Sort, Bubble Sort and Insertion
using using pseudo computer language like that on the handouts
b. Be able to explain the complexity of each sorting method in 4a in
terms of "comparisons" and "assignments" (assuming a "swap"
requires 3 assignments)
c. Be able to compare each of the sorting methods described in 4a
as to which is better with respect to swaps and/or comparisons
5. Graph problems
a Be able to determine the solution (or lack of) to the problems
posed in examples 8.1 thru 8.5 (8.1 as is, 8.2 for a different city,
8.3 & 8.4 for a city with fewer intersections, 8.5 for a simpler figure
by using the existing graph and its dual)
(last updated 2:50PM on 9-24-98)