document.write( "Question 307093: Some courses contribute more towards an overall GPA than other courses. For example, a science class is worth 4 points, mathematics is worth 3 points, History is worth 2 points, and English is worth 3 points. The values of the grade letters are as follows, A= 4, B= 3, C= 2, D= 1, F= 0. What is the GPA of a student who made a \"C\" in Trigonometry, a \"B\" in American History, an \"A\" in Botany, and a \"B\" in Microbiology? \n" ); document.write( "
Algebra.Com's Answer #219845 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Some courses contribute more towards an overall GPA than other courses.
\n" ); document.write( " For example, a science class is worth 4 points, mathematics is worth 3 points,
\n" ); document.write( " History is worth 2 points, and English is worth 3 points.
\n" ); document.write( "The values of the grade letters are as follows, A= 4, B= 3, C= 2, D= 1, F= 0.
\n" ); document.write( " What is the GPA of a student who made a \"C\" in Trigonometry, a \"B\" in American
\n" ); document.write( " History, an \"A\" in Botany, and a \"B\" in Microbiology?
\n" ); document.write( ":
\n" ); document.write( "Sub Grade wt value
\n" ); document.write( "---------------------
\n" ); document.write( "Trig C = 2 * 3 = 6
\n" ); document.write( "Hist B = 3 * 2 = 6
\n" ); document.write( "Boty A = 4 * 4 = 16
\n" ); document.write( "Mbio B = 3 * 4 = 12
\n" ); document.write( "----------------------
\n" ); document.write( "total weight:13 & 40 total value
\n" ); document.write( ":
\n" ); document.write( "\"40%2F13\" = 3.08 GPA
\n" ); document.write( "
\n" );