SOLUTION: Each question on an exam has a value of 4 points. If x represents the score on a 100 point exam, write a linear function that computes the number of questions answered correctly.
Question 108318: Each question on an exam has a value of 4 points. If x represents the score on a 100 point exam, write a linear function that computes the number of questions answered correctly. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Each question on an exam has a value of 4 points. If x represents the score on a 100 point exam, write a linear function that computes the number of questions answered correctly.
--------------
Let "x" be your score on the exam.
# correct = x/4
====================
Cheers,
Stan H.