document.write( "Question 102867This question is from textbook Algebra and Trig Book 2
\n" );
document.write( ": On a 50 question true-false test, a student received 3 points for each correct answer. For each incorrect aswer, the student lost 1 point. For uanswered question, no poits were added or deducted.
\n" );
document.write( "a. What is the best possible score
\n" );
document.write( "b. Find the worst possible score
\n" );
document.write( "c. Find the linear function that converts the raw score described above to a score from 0-100.
\n" );
document.write( "d. What score fom 0-100 corresponds to a test result of 38 correct, 4 incorrect, and 8 omitted. \n" );
document.write( "
Algebra.Com's Answer #74812 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! On a 50 question true-false test, a student received 3 points for each correct answer. For each incorrect aswer, the student lost 1 point. For uanswered question, no poits were added or deducted. \n" ); document.write( "a. What is the best possible score.........150 \n" ); document.write( "b. Find the worst possible score..........-50 \n" ); document.write( "c. Find the linear function that converts the raw score described above to a score from 0-100. \n" ); document.write( "You have two points (-50,0),(150,100) \n" ); document.write( "slope = 100/200 = 1/2 \n" ); document.write( "0 = (1/2)(-50)]+b \n" ); document.write( "b= 25 \n" ); document.write( "y = (1/2)x+25 \n" ); document.write( "-------------------- \n" ); document.write( "d. What score fom 0-100 corresponds to a test result of 38 correct, 4 incorrect, and 8 omitted. \n" ); document.write( "38 correct = 38*3 = 114 pts \n" ); document.write( "4 incorrect = -4 \n" ); document.write( "Total point = 110 \n" ); document.write( "-------- \n" ); document.write( "Conerting to the new scale: \n" ); document.write( "y = (1/2)x+25 \n" ); document.write( "y = (1/2)110+25 \n" ); document.write( "y = 80 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |