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 #677867 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let c be your correct answers, and i be your incorrect answers. Then:
\n" ); document.write( "c + i=80
\n" ); document.write( "c-.25i=70
\n" ); document.write( "So:
\n" ); document.write( "4c-i = 280
\n" ); document.write( "c + i=80
\n" ); document.write( "Adding them, we get:
\n" ); document.write( "5c=360
\n" ); document.write( "c=72
\n" ); document.write( "You answered 72 questions correctly, and 8 questions incorrectly. ☺☺☺☺
\n" ); document.write( "
\n" );