* AP Dual Enrollment Classes: These count the same as regular classes in GPA calculation. Since you have two, those contribute to your total number of classes (x).
* Grades: You have one B and (x-1) As.
A typical GPA system uses a 4-point scale (A=4, B=3, C=2, D=1, F=0).
Therefore, your GPA calculation would be:
[(x-1) * 4 + 1 * 3] / x
Example:
If you have a total of 5 classes (including the 2 AP Dual Enrollment classes):
GPA = [(5-1) * 4 + 1 * 3] / 5 = (16 + 3) / 5 = 19/5 = 3.8
If you have a total of 6 classes (including the 2 AP Dual Enrollment classes):
GPA = [(6-1) * 4 + 1 * 3] / 6 = (20 + 3) / 6 = 23/6 = 3.83
To get your exact GPA, you need to tell me the total number of classes you're taking. Substitute 'x' with your total number of classes in the formula above.