(* Content-type: application/mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 6.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 145, 7] NotebookDataLength[ 4732, 154] NotebookOptionsPosition[ 3845, 122] NotebookOutlinePosition[ 4390, 141] CellTagsIndexPosition[ 4347, 138] WindowFrame->Normal ContainsDynamic->False*) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell["Project - GPA ", "Title"], Cell["\<\ In the academic year 2005-2006, 6286 grades were awarded in all math courses \ at CSULA (at least the ones that are graded ABCDF). For example, 1474 As were \ awarded - not necessarily to 1474 different students, since an individual \ student may get As in several courses over a year. \ \>", "Text"], Cell["\<\ Grade\tCount GPA A \t1474\t 4.0 A- \t249\t 3.7 B \t1177\t 3.0 B+ \t339\t 3.3 B- \t236\t 2.7 C \t1743\t 2.0 C+ \t300\t 2.3 C- \t81\t 1.7 D \t329\t 1.0 D+ \t25\t 1.3 D- \t20\t 0.7 F \t313\t 0.0 \t\t Total 6286\t\ \>", "Text"], Cell["\<\ For the purpose of calculating the grade point average (GPA) for students (or \ classes, or courses, etc.) each letter grade corresponds to a number between \ 0 and 4 as shown in the table. The GPA for the entire data set is calculated \ as follows:\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{"count", "=", RowBox[{"{", RowBox[{ "1474", " ", ",", "249", ",", " ", "1177", ",", " ", "339", ",", " ", "236", ",", " ", "1743", ",", " ", "300", ",", " ", "81", ",", "329", ",", " ", "25", ",", " ", "20", ",", " ", "313"}], "}"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"gpa", "=", RowBox[{"{", RowBox[{ "4.0", ",", " ", "3.7", ",", " ", "3.0", ",", " ", "3.3", ",", " ", "2.7", ",", " ", "2.0", " ", ",", "2.3", " ", ",", "1.7", " ", ",", "1.0", " ", ",", "1.3", ",", " ", "0.7", ",", " ", "0.0"}], "}"}]}], ";"}], "\[IndentingNewLine]", RowBox[{"avegpa", "=", RowBox[{ RowBox[{"count", ".", "gpa"}], "/", "6286"}]}]}], "Input"], Cell[BoxData["2.6715558383709834`"], "Output"] }, Open ]], Cell["\<\ Hence the average grade over the entire academic year was appoximately B-.\ \>", "Text"], Cell["\<\ It happens that, in this academic year, some changes were made to the way \ that calculus was taught that seemed to increase the gpa in those courses. \ For example, in one class of 20 students the average GPA was 3.0. It is not \ clear if this is due to the changes made to the course, or whether this is \ just a coincidence - after all, maybe this class had, by luck, some of the \ higher scoring students in it. To give some idea of how much variation in \ the GPA can be explained by random causes, the following calculation can be \ done: Select 20 grades at random from the 6286 listed in the table, and then \ calculate the average gpa for this \"random\" class of 20 students. This \ average gpa will presumably be near 2.67, but may be a bit below or above. \ Repeat this process several thousand times to get a distribution of average \ gpas for this class size. Calculate the standard deviation. If the standard deviation is much less than 0.3 (3.0-2.7), then one would \ have reason to believe that the 3.0 gpa obtained in that single calculus \ class may not be due randomness.\ \>", "Text"], Cell[CellGroupData[{ Cell["Project", "Subsection"], Cell[TextData[{ "Your project is to implement the calculation described above using ", StyleBox["Mathematica", FontSlant->"Italic"], ". It would also be useful to have a graph of the distribution of gpas for \ this class size." }], "Text"] }, Open ]] }, Open ]] }, WindowSize->{613, 502}, WindowMargins->{{216, Automatic}, {Automatic, 103}}, MacintoshSystemPageSetup -> \ "0080001804P000000^l2D_okooL34`9K;@<5:0?l00;m009H0UP0000067"6.0 for Mac OS X PowerPC (32-bit) (April 20, 2007)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[590, 23, 31, 0, 76, "Title"], Cell[624, 25, 310, 5, 56, "Text"], Cell[937, 32, 247, 16, 236, "Text"], Cell[1187, 50, 273, 5, 56, "Text"], Cell[CellGroupData[{ Cell[1485, 59, 745, 19, 58, "Input"], Cell[2233, 80, 46, 0, 27, "Output"] }, Open ]], Cell[2294, 83, 98, 2, 26, "Text"], Cell[2395, 87, 1121, 19, 221, "Text"], Cell[CellGroupData[{ Cell[3541, 110, 29, 0, 34, "Subsection"], Cell[3573, 112, 244, 6, 41, "Text"] }, Open ]] }, Open ]] } ] *) (* End of internal cache information *)