document.write( "Question 22509: I'm trying to figure out how to find a GPA if a student has attempted 33 credit hours but has only sucessfully completed 12 credit hours what is the student's GPA?? \n" ); document.write( "
Algebra.Com's Answer #10956 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
I'm trying to figure out how to find a GPA if a student has attempted 33 credit\r\n" );
document.write( "hours but has only sucessfully completed 12 credit hours what is the student's\r\n" );
document.write( "GPA?\r\n" );
document.write( "\r\n" );
document.write( "It depends on what grades the student made on the 12 credit hours completed.\r\n" );
document.write( "Even if the student made all A's on the 12 credit hours completed, then the\r\n" );
document.write( "student has 12*4 or 48 grade points.  Then the student's GPA is 48/33 = about\r\n" );
document.write( "1.45, which is poor.\r\n" );
document.write( "\r\n" );
document.write( "The formula is\r\n" );
document.write( "\r\n" );
document.write( "GPA = (4*CHA+3*CHB+2*CHC+CHD)/(TCH)\r\n" );
document.write( "\r\n" );
document.write( "where \r\n" );
document.write( "CHA = no. of credit hours on which an A was made\r\n" );
document.write( "CHB = no. of credit hours on which an B was made\r\n" );
document.write( "CHC = no. of credit hours on which an C was made\r\n" );
document.write( "CHD = no. of credit hours on which an D was made\r\n" );
document.write( "TCH = total no. of credit hours attempted.\r\n" );
document.write( "\r\n" );
document.write( "Edwin\r\n" );
document.write( "AnlytcPhil@aol.com
\n" ); document.write( "
\n" );