Links to other topics
Sequential Rate Problems Index
Return Interactive Exercise

Two Equation Rate Problem

Mary got 7 questions wrong on a 35 question quiz. What was her percent right on the quiz?
Analysis:
This problem asks for the percent right, but the number wrong is specified. Two formulas are required and two sequential steps are required:
        total = number wrong + number right;
        percent right = (number right / total) X 100;
Click to see the quiz table, the program, or the results.

Go on to sequential rate problems problem.