document.write( "Question 1062877: Can you help with the following problem please?
\n" ); document.write( "On a college entrance exam, you answered 80 of 85 questions. Each correct answer adds 1 point to your raw score, each unanswered question adds nothing, and each incorrect answer subtracts 1/4 point. Your raw score was 70. How many questions did you answer correctly?\r
\n" ); document.write( "\n" ); document.write( "What I did was set up a table with x being the number of correct questions with a value of 1, then a row for wrong questions giving that the variable of y, with a value of -0.25. The column of variables x + y was equal to 80, the total number of questions answered. The 85 was irrelevant since no points were added or subtracted for unanswered questions. So equation 1 is x + y = 80. The second equation I made was from the totals column which was x times 1, plus y times -0.25 equals 70, the raw score. I then solved equation 1 x+y = 80 for x. X = 80 - y. Then I used the second formula (x * 1)+ (y * (-0.25)) = 70 and tried to solve substituting the value 80-y for x from the first equation. I cannot make a go of it from here. Am I using the wrong method to set this up?
\n" ); document.write( "Thank you!
\n" ); document.write( "

Algebra.Com's Answer #677900 by MathTherapy(10552)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Can you help with the following problem please?
\n" ); document.write( "On a college entrance exam, you answered 80 of 85 questions. Each correct answer adds 1 point to your raw score, each unanswered question adds nothing, and each incorrect answer subtracts 1/4 point. Your raw score was 70. How many questions did you answer correctly?\r
\n" ); document.write( "\n" ); document.write( "What I did was set up a table with x being the number of correct questions with a value of 1, then a row for wrong questions giving that the variable of y, with a value of -0.25. The column of variables x + y was equal to 80, the total number of questions answered. The 85 was irrelevant since no points were added or subtracted for unanswered questions. So equation 1 is x + y = 80. The second equation I made was from the totals column which was x times 1, plus y times -0.25 equals 70, the raw score. I then solved equation 1 x+y = 80 for x. X = 80 - y. Then I used the second formula (x * 1)+ (y * (-0.25)) = 70 and tried to solve substituting the value 80-y for x from the first equation. I cannot make a go of it from here. Am I using the wrong method to set this up?
\n" ); document.write( "Thank you!
\n" ); document.write( "
I prefer to use C for number of correct answers and I for number of incorrect answers.
\n" ); document.write( "Anyway, you got the following 2 equations:
\n" ); document.write( "x + y = 80______x = 80 - y ------- eq (i)
\n" ); document.write( "x - .25y = 70 ------ eq (ii)
\n" ); document.write( "You decided to use SUBSTITUTION, and your 1st equation: x = 80 - y is set up as the value for x to substitute.
\n" ); document.write( "Therefore, you would substitute this in eq (ii) to get: 80 - y - .25y = 70
\n" ); document.write( "- 1.25y = 70 - 80
\n" ); document.write( "- 1.25y = - 10
\n" ); document.write( "y, or number of INCORRECT answers = \"matrix%281%2C3%2C+%28-+10%29%2F%28-+1.25%29%2C+%22=%22%2C+8%29\". Now subtract 8 from 80 (questions answered) to get 72 (80 - 8) correct answers.
\n" ); document.write( "Since the substitution you did (for x) resulted in a value for y: the INCORRECT answers, and then you still had to calculate the CORRECT answers,
\n" ); document.write( "I would've opted to solve the 1st equation for y to get: y = 80 - x. This way, you would've gotten the value for x, the number of CORRECT answers, without doing another calculation. \n" ); document.write( "
\n" );