document.write( "Question 30234: In a college, 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?\r
\n" );
document.write( "\n" );
document.write( "how does this work out and what type of formula do i need to use??\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #17285 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Depends on what s/he got on the other subjects.... but we will work with those four courses\r \n" ); document.write( "\n" ); document.write( "You would find the average: sum them all up and divide by the number of courses \n" ); document.write( "------------------------------------------------------------------------------- \n" ); document.write( "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?\r \n" ); document.write( "\n" ); document.write( "((C)+(B)+(A)+(B))/4 \n" ); document.write( "(2 + 3 + 4 + 3)/4 \n" ); document.write( "(12)/4 \n" ); document.write( "3.0 GPA for those four courses \n" ); document.write( " |