The purpose of this assignment is to reinforce the concepts you have been taught in lecture and lab.
This assignment has two parts; you will submit a single "zip" archive containing your answers to all three parts.
To submit your solutions, follow these steps:
There are several ways to find the answer to this problem. Probably the easiest is to use the help function of the respective tools. (Hint: Search for "limits" in Excel, and something like "maximum positive floating" in MATLAB.)
You will create a spreadsheet along similar lines, but with a slightly different layout and purpose. (The gear sizes are those of Prof. Calvert's 28-year-old Dawes 10-speed.)
Format the cells so the gear ratios are presented to two decimal places. Also, make the column headings bold.
When you finish, the spreadsheet should have 10 rows, arranged like this:
Chainring Gear | Cassette Gear | Chainring Teeth | Cassette Teeth | Gear Ratio |
---|---|---|---|---|
1 | 1 | 40 | 28 | 1.43 |
1 | 2 | 40 | 24 | 1.67 |
... | ||||
2 | 1 | 52 | 28 | 1.86 |
2 | 2 | 52 | 24 | 2.17 |
... |
Student ID | HW1 | HW2 | HW3 | HW4 | Q1 | Q2 | Final | Total | Grade |
---|---|---|---|---|---|---|---|---|---|
101078 | 79 | 88 | 100 | 55 | 88 | 99 | 40 | 70.95 | C |
There are four homework assignments, worth a total of 50% of the final grade; two quizzes, worth 10% each, and a Final Exam worth 30% of the final grade. (Each grade is out of 100 points possible.) The column "Total" is the weighted sum of the scores, using the above weights. The "Grade" column contains a letter grade, assigned according to the usual scale:
90 <= Total | A |
80 <= Total < 90 | B | 70 <= Total < 80 | C |
60 <= Total < 70 | D |
Total < 60 | E |
Note: make sure your formula for the Total is general - it should not need to be changed, e.g., if another homework assignment is added. The right way to do this is to sum the scores from one component (e.g., homework assignments), then divide by the total points possible on that component (in this case, 400), then multiply by the percentage of the grade that comes from homeworks (in this case, 50). Do the same thing for each component and add them up.
You will need to use a nested IF-expression in the Grade column.
Verify that your formulas are correct by hand calculation.
We would like to generate the values using RANDBETWEEN() and then "freeze" them. We can do this using the "Paste Special" function.
Now you should be able to save and re-open the spreadsheet without the (visible) rows changing.