in one common system for finding a grade - po...
in one common system for finding a grade - point average, or gpa, a = 4, b = 3, c = 2, d = 1, f = 0. the gpa is calculated by multiplying the number of credit hours for a course and the number assigned to each grade, and then adding these products. then divide this sum by the total number of credit hours. because each course grade is weighted according to the number of credits of the course, gpa is called a weighted mean. calculate the gpa for this transcript: grades # of credit hours b 4 b 3 b 2 c 3 the grade point average is. (round to the nearest hundredth as needed.)
Answer
# Explanation:
## Step1: Calculate product for each grade - credit pair
For the first B (4 credit - hours): $3\times4 = 12$
For the second B (3 credit - hours): $3\times3=9$
For the third B (2 credit - hours): $3\times2 = 6$
For C (3 credit - hours): $2\times3=6$
## Step2: Calculate the sum of products
$12 + 9+6 + 6=33$
## Step3: Calculate the total number of credit hours
$4 + 3+2 + 3=12$
## Step4: Calculate the GPA
$GPA=\frac{33}{12}=2.75$
# Answer:
$2.75$