
Corey G. answered 07/07/20
Computer Engineering instructor who tutors code, math, and writing.
Assuming that 67 is a percentage (i.e. 67 out of 100 pts), all questions are weighted equally with no partial credit, and your grade is a result of rounding to the nearest whole number, then the procedure is as follows:
- x/55 = 67/100 ... x is and approximation of the number of questions you got correct
- x(100) = (55)(67) ... Cross multiplication
- x = [(55)(67)]/100 ...Dividing both sides by 100
- x = 36.85 ~= 37 ... Evaluating with your calculator you get a non-whole number of questions correct, which is not possible. So you round to the nearest whole number (as a verification [37/55]*100 = 67.27)
- #missed = 55 - 37 = 18 ... Subtracting the number you got correct from the total number of questions you get 18 as the number questions the you missed.