Final Grade Calculator

Computes the score you need on a final exam to reach a target course grade. With the exam weight written as a decimal fraction w, the required score is the target minus the current grade times one minus w, all divided by w. It also reports the best course grade still possible after a perfect final and a verdict on how demanding the required score is.

Score needed on the final
Verdict
Best possible final grade

Enter the grade you are carrying into the final, how much of the course grade the exam controls, and the overall grade you want to walk away with. The calculator returns the score you need on the final, a verdict on how realistic that is, and the best course grade still available if the exam goes perfectly. The primary number is a minimum: score exactly that and the weighted average lands exactly on your target, score above it and you finish higher. A result over 100 means the target is out of reach on this exam alone; a result at or below zero means it is already locked in before you sit down.

How the required score is calculated

The course grade after the final is a weighted average of two parts: the grade you have already earned, and the exam score still to come. Write the exam weight as a decimal fraction w, so a 30 percent final means w = 0.3, and the work already graded fixes 1 − w of the outcome. Setting that average equal to the target and solving for the exam score gives:

needed = (targetcurrent × (1 − w)) ÷ w

The subtraction inside the brackets is the share of the target the final must supply, and dividing by w converts course points into exam points. The same pieces give the ceiling on where the course can still end up, by assuming a perfect exam:

best = current × (1 − w) + w × 100

Two behaviours fall straight out of the algebra. When the weight is small the denominator is small, so the required score swings hard: a two-point gap between current grade and target can demand twenty extra exam points. When the weight is large the exam dominates and the required score sits close to the target itself; at 100 percent the formula collapses to needed equals target.

A worked example

Take the defaults: an 88 average going into a final worth 30 percent of the course, with 90 as the goal. The weight as a decimal is 0.3, so the work already done controls 0.7 of the outcome. Multiply 88 by 0.7 and you have banked 61.6 points of the final average. The target is 90, so the exam must supply 90 − 61.6 = 28.4 points, and since each exam point contributes only 0.3 of a course point, the required score is 28.4 ÷ 0.3 = 94.67, which the calculator displays as 94.7. The best-case check runs the same arithmetic with a perfect paper: 61.6 + 0.3 × 100 = 91.6, so any target of 92 or higher is already out of reach, while the 90 survives, barely. A second run shows how the weight changes the picture. A student carrying 75 into a final worth 40 percent and aiming for 80 overall banks 75 × 0.6 = 45 points, needs 80 − 45 = 35 more, and must therefore score 35 ÷ 0.4 = 87.5. The heavier exam makes each exam point count for more: a big weight moves the course grade further in both directions.

Where graded marking came from

Ranking students is old; scoring them on a fixed scale is not. The earliest American record usually cited is Yale in 1785, when President Ezra Stiles examined 58 seniors and noted in his diary that they fell into four ranks with Latin labels: twenty Optimi, sixteen second Optimi, twelve Inferiores, also called Boni, and ten Pejores — best, second best, lesser and worse. It is closer to sorting than scoring, but the shape of every later scale — a short ordered list of categories standing in for a judgment on a whole course — is already visible.

Yale later swapped the Latin adjectives for numbers on a scale of 4, and here the record gets murkier. Sources following Mark Durm's 1993 history of grading point to marks kept in Yale's Book of Averages from 1813, while other accounts find nothing firmly converted to numbers before 1837, so the honest version is that the scale arrived in the first decades of the 1800s. Either way, the four-point ceiling that still governs the American grade point average is sometimes traced back to New Haven.

Letter grades are younger than either. Mount Holyoke College in Massachusetts was the first recorded school to use them, in 1897 — the year given both by the college's own library history and by Durm — though one academic survey, by Schinske and Tanner, places letters at the college as early as 1884. The original scale ran A through E and tied each letter to a percentage band of the kind this calculator works in: an A meant 95 to 100, and anything below 75 earned an E, the failing mark. In 1898 the college added F for failure and shifted the bands. From there the letters spread through American schools and colleges, and along the way the E quietly disappeared — by the 1930s, Schinske and Tanner report — leaving the discontinuous run of A, B, C, D and F that students know today. The usual explanation, that examiners feared an E would be read as excellent, is folklore with no documentation behind it. By the 1940s the letter system was dominant in the United States, though the letters have not meant the same thing over time: Rojstaczer and Healy's study of college grading from 1940 to 2009 found that C was the most common college grade until the Vietnam War era, and that by the mid-to-late 1990s it was A.

The legend of William Farish

One story about the origin of numerical marking deserves a warning label. It holds that William Farish, a tutor at Cambridge, invented the practice of scoring exam answers with numbers in 1792, and it circulates widely as settled fact. Its paper trail is short. The academic root is a 1979 article by Keith Hoskin; Neil Postman's widely read 1992 book Technopoly then carried the story to a general audience, and from there it spread by repetition rather than research. When the historian Christopher Stray examined the claim in 2001, he found the evidence unpersuasive: the only primary evidence connecting Farish to marks at all is his obituary, published in 1837, decades after the supposed invention. None of this proves that Farish never marked a paper, but the tidy origin story — one man, one year, one invention — is a legend, and quantified grading emerged gradually across many institutions, which is less quotable but more likely to be true.

Reading the verdict

The verdict line restates the number in plain terms, and its edges are worth knowing. A required score of zero or below means the target is already secure: even a blank final leaves the weighted total at or above the goal, and a required score of exactly zero lands you exactly on it. A required score of 100 still counts as achievable, because a perfect paper reaches the target on the nose, but anything above 100 is flagged as unreachable without extra credit. In between, the wording tracks how demanding the number is: below 50 the calculator calls the target comfortable, from 50 up to 70 it expects an ordinary passing performance, from 70 up to 90 it calls for a strong exam, and from 90 through 100 it warns that the final has to be close to flawless. Those thresholds are editorial, so treat the verdict as framing and the number as the answer.

Assumptions and the messy reality of syllabi

The model here is deliberately simple: the course grade equals the current grade times one minus the exam weight, plus the final score times the weight. That assumes the current grade summarises every graded item except the final, and that the syllabus combines them as a straight weighted average. Many courses do not. Category weighting, dropped lowest scores, replacement policies that let a strong final overwrite a weak midterm, and curves applied after the fact all bend the arithmetic, so the syllabus, not this page, is the authority on how your course combines numbers. Points-based courses need one conversion first: divide the final's point value by the total points in the course to get the weight, and state your current standing as a percentage of the points graded so far, not of the whole course. The inputs accept grades up to 150 so that courses with extra credit fit, and the weight must sit between 1 and 100 percent. Results are computed at full precision and displayed to one decimal place, so a required score shown as 94.7 is 94.67 underneath, and scoring the displayed figure leaves you a hair above the target. Finally, the required score is a floor, not a plan: exam performance is noisy, and a demanding target deserves a backup plan as much as a study schedule.

Frequently asked questions

How do I figure out what I need on my final exam?

Convert the exam weight to a decimal, multiply your current grade by one minus that weight, subtract the result from your target grade, and divide by the weight. Going into a 30 percent final with an 88 average and aiming for 90 overall, that is 90 minus 61.6, divided by 0.3, which comes to about 94.7.

What do I need on my final if it is worth 20 percent of my grade?

Multiply your current grade by 0.8, subtract that from your target, then divide by 0.2. With a 95 average going into a 20 percent final and a target of 90 overall, you would need 90 minus 76, divided by 0.2, which is a 70 on the exam.

Can I still pass my class if I fail the final?

It depends on the weight and your cushion. Your lowest possible course grade is your current grade times one minus the exam weight, because a zero on the final adds nothing. With an 80 average and a 25 percent final the floor is 60, so a passing target of 60 survives even a blank exam, while any higher target requires points on the final.

Why does the calculator say my target grade is impossible?

Because the required score came out above 100. Even a perfect final would leave the weighted total short of your target, so the goal is out of reach unless the course offers extra credit or the weighting changes. The best possible final grade output shows your ceiling: the current grade times one minus the weight, plus the weight times 100.

Who invented letter grades?

Mount Holyoke College was the first recorded school to use letter grades, adopting an A through E scale in 1897 with E as the failing mark. That year comes from the college's own history and from Mark Durm's 1993 account, though one academic survey places letters there as early as 1884. The college added F for failure in 1898, the letters spread through American schools, and the E later dropped out, leaving A, B, C, D and F.

What does final exam weight mean?

It is the share of the course grade that the final controls, usually stated in the syllabus as a percentage. A 30 percent weight means the rest of your work fixes 70 percent of the outcome. In a points-based course, divide the final's point value by the total course points to get the weight before using this calculator.