In a 90-question, multiple-choice test, a student gets
If the student attempted every single question, can he or she get a total score of exactly 300?
For example, if the student only got 60 correct answers (30 incorrect), then the total score would be 6 0 × 4 − 3 0 × 1 = 2 1 0 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's generalize to the situation without a specific number of questions on the test, and a final score of S .
Using x as the number of correct answers and y as the number of wrong answers, we just consider
4 x − y = S
which is a Diophantine Equation (both x and y must be integers). Because y is multiplied by 1 this equation has a solution for any integer value of S .
What if the wrong answers were a 2 point deduction?
4 x − 2 y = S
Now when S is an odd integer this has no solution.
With a x − b y = S for positive integer values of a and b , think about it: is there an easy way to tell if you can reach a particular S ?
Good solution, but you could have made that easier. Since the total questions are 90 and every question is attempted, you could have taken the incorrect questions as 9 0 − x instead of assuming another variable for it.
Log in to reply
If you solved as mentioned with an equation you would have reached this conclusion..
... and for me, I had the pleasant coincidence when I clicked that '78% of people got this right'. Made me smile anyway...
I agree with the fore mentioned answer. it is implied that only one attempt successful or unsuccessful will result in a value one way or the other It is not clear that there might not be multiple attempts allowed in the test and that data is not represented.
I do not get this at all .Why do you combine the two formulas to get 5x equals 390.
Log in to reply
When we combined the two equations, we can get
(X+Y)+(4X-Y)=300+90
There is,
5X=390
Such a exam I is JEE and I got 300 in a mock test attempting all questions.
Let’s generalize that you get +a points for a right answer and -b points for a wrong answer. Let’s call the max number of points S. This means that:
ax-by=R
Where x is the number of correct answers, y is the number of wrong answers. So, what is the change in your score when you get one more problem correct. Well, x increases by one and y decreases by one, so your score increases by a+b. Therefore, any score R can be scored as long as
R=0 mod (a+b) And 0<=R<=S
Log in to reply
It seems right, but you made a mistake.
If you get − b points for a wrong answer and there are S questions,
you score − b S when you get no question correct.
As a example, there are 2 questions and you get 3 points for a correct answer and you get − 1 point for a wrong answer,
When you get 1 question correct and 1 question wrong, you score
3 − 1 = 2 = 0 ( m o d a + b )
Therefore, your last sentence should change as :
any score R can be scored as long as R ≡ − b s ( m o d a + b ) and 0 ≤ R ≤ S
If the target of the student is 3 0 0 marks to be obtained then student has 6 0 marks less to secure full marks 3 6 0 .
Aforementioned supplied conditions clearly speaks that 4 marks for each question in case it is correctly done however, in case it is done incorrectly then student has a lose of 4 marks for each question and − 1 being incorrect.
Noting total marks reduced per question is 5 and total marks reduced for some(unknown) questions is 6 0 . Thus total number of questions which are made mistake are total marks reduced per question total reduced marks = 5 6 0 = 1 2 and correctly done are 9 0 − 1 2 = 7 8 . The answer therefore is yes .
Best solution so far.
In order to answer the question (yes/no) all we need to do is follow the above logic until we reach the point of dividing 60 by 5. If we note that 60 is a multiple of 5 then we can answer yes without going further.
Let x be the number of correct answers and y the number of incorrect answers.
S = 4 x − y = 5 x − ( x + y ) = 5 x − 9 0 = 3 0 0 ; x = 3 9 0 / 5 = 7 8 .
By increasing the number of correct answers by 1, the student's score is increased by 5, and similarly is reduced by 5 if the number of correct answers is reduced by 1. This means that the student's score must be divisible by 5.
300 is divisible by 5 and in the range of possible scores (between 0 and 450), so the answer is y e s
You also need to say that 300 is in the range of possible scores. 500 is divisible by 5, but it's not possible for a student to score 500 on the test.
That is how I came to the conclusion. Each incorrect answer swings the final score by -5, and 300 is divisible by 5.
As for the comment by Richard regarding the range of possible scores, that is very important to note. However, for me, it was an unspoken given, and if the question did in fact ask about scoring 500 rather than 300, my sanity check would interrupt my process before even calculating.
So if you are giving a written academic solution, then it is certainly important to include that. As for me, I am not formally trained, and many givens, which logic would provide while deriving the answer on the fly, simply don't come to my front of mind awareness.
Thank you for specifying that, because I am here to take my 8th grade education and try and fill the gaps left by my leaving school.
A quick intuitive "pattern-spotting" solution.
Marks if the student got:
0 right: ( 0 ) × ( 4 ) − ( 9 0 ) × ( 1 ) = − 9 0 m a r k s
1 right: ( 1 ) × ( 4 ) − ( 8 9 ) × ( 1 ) = − 8 5 m a r k s
2 right: ( 2 ) × ( 4 ) − ( 8 8 ) × ( 1 ) = − 8 0 m a r k s
...
The pattern is easy to spot and intuitive. As the number of right answers increases, the student's mark increases by 5 each time.
Because the first term (-90 marks) is a multiple of 5, and the mark always increases by 5, the mark will always be a multiple of five.
Therefore, the student's mark can (only) be any multiple of 5 from -90 to 360.
Since 300 is a multiple of 5 between these two values, it is possible to "get a total score of 300." The answer is [Yes]
Let number of correct answers be x and number of wrong answers be y .
The equation becomes
4 x − y = 3 0 0
Now let us compute the g.c.d of the coefficient of x and y term [ 4 and 1 ]
We find it is 1 .
We know if RHS is divisible by g.c.d of the coefficients of the terms of a linear equation in two variables, then the equation will have integral solutions.
Hence such a configuration is indeed possible.
This problem places other requirements on x and y besides just being integers.
Otherwise, any integer score on the test would be possible, but that's not the case. (e.g. You can't score 1000 points or -1000 points on this test.)
Log in to reply
Indeed. The solution guaranteed by the properties of integers only guarantees an integral solution. It doesn't guarantee that x and y are integers between 0 and 90.
Log in to reply
But, you can score negative marks. So my configuration is possible
We can get the equations
4 x − y = 3 0 0 , so y = 4 x − 3 0 0
and
x + y = 9 0 , so y = 9 0 − x
where x is the number of correct items, and y is the number of incorrect ones
Then 4 x − 3 0 0 = 9 0 − x , through transitivity
Add x + 3 0 0 to both sides,
5 x = 3 9 0
Divide both sides by 5,
x = 7 8
and get y,
y = 9 0 − ( 7 8 )
y = 1 2
Therefore, the student can get a score of 300 when he got exactly 78 items correct and 12 items incorrect.
The highest score is 360 so it is possible to get a t o t a l score of 300.
Pretty easy: only incorrect attempts get -1, so no attempt gets nothing, 75 questions answered correctly and 15 questions without answers leaves you with 300 points.
No attempt means no choice where every question must be attempted. So no attempt is not allowed.
I have a follow-up question:
Given that there are 90 questions, and each question answered correctly adds 4 to the final score and an incorrect answer deducts 1, but ALSO given that two of the 90 questions are worth 7 for a correct answer or -2 for an incorrect answer, how do you determine if a certain score is possible?
Yes simply because if they get 100% right that is 90x4=360 which is >300
X+Y=90--------(1) 4*X-Y=300----(2)
5x=390 ∴x=79 x+y=90 ∴y=12
Maximum points is 360. If you attemt every question, you lose 5 points for each missed one. So you can hit 300 because 60 is multiple of 5.
it is a system of equations. Let's make x the number of questions right and y the number of questions wrong. For each question wrong, 1 point is taken away, and for each question right 4 points are added to the score. Now, the points added for the number of questions right and the points subtracted for the number of questions wrong have to come out to 300:
4 x − 1 y = 3 0 0
In the second equations, as x is the number of questions right and y is the number of questions wrong, the total number of questions need to come out to 90:
x + y = 9 0
now to solve the equations, the y's cancel out and you add the x's as they have a common factor of x and the integers as they have a common factor of 1. then you get the equation:
5 x = 3 9 0
then you divide by 5 on both sides:
x = 7 8
then you replace the x in the second equation and you get that y = 1 2 so yes it is, in fact, possible to get 300 points exactly.
Highest possible score is when all answers are correct: 4 × 9 0 = 3 6 0 . In order to get exactly 300, points, we need 60 points less.
Changing a single question from a correct one to an incorrect one means loss of 5 points, and since 60 is divisible by 5, we know there's whole number of answers we can flip, i.e. it is possible to hit exactly 300.
To get a score = 300 (or more), it is obvious that if the student gets all 90 questions correct, they would score 360 (60x4), so the answer is yes, they can get a score greater than 300.
Hm, is it possible to get a score of exactly 301?
Oops, I did not interpret the question to be, "could he get "exactly" a score of 300", but simply a score greater than 300. Bad reading on my part. But, the wording of the question leaves a little bit of confusion, since "exactly" has to be inferred (as does "greater than").
Log in to reply
Thanks. I've added "exactly" to the problem statement.
4a - 1b = 300 and a + b = 90 therefor a = 90 - b
4 (90-b) - b = 300 360 - 4b - b = 300 360 - 5b = 300 5b = 60 b = 12 and a = 90 - 12 = 78
So, yes it is possible when a= 78 and b = 12
I solved this using the “cheating” way known as graphing. Remember that the method doesn’t matter as long as it works. :)
We’re given two equations: 4x-y=300, and x+y=90, where x is the number of correct questions and y is the number of incorrect questions. By graphing these lines, we can see that they intersect at (78,12) - that is, 78 correct, 12 incorrect.
Just pointing out that, at the moment, the percentage of people who got it correct is the number of correct answers required.
4X - 1Y = 300 , X being the correct answers, Y being incorrect and 300 being our goal.
X + Y = 90 , for the total amount of questions is 90
X = 90 - Y
4 (90 - Y) - 1Y = 360 - 5Y = 300
60 = 5Y
Y = 12
X = 90 - 12 = 78
so it is possible to get a score of 300.
so c = correct. i = incorrect. 4c - y = 300. c + y = 90. so we can write y as 90 - c. so if we substitute y for 90 - c we get: 4c -(90 - c) = 300. so 5c - 90 = 300. so 5c = 390. c = 390 / 5 = 78. since we got a whole number then its possible. c = 78. i = 12
x = number of correct answers; whole number; 0 <= x <= 90 4 x -1 (90-x) = 300 5x = 390 is there such x (within bounds) so that sentence is true? yes.
( 9 0 − n ) × 4 − n = 3 0 0
3 6 0 − 4 n − n = 3 0 0
− 5 n = 3 0 0 − 3 6 0
n = 5 6 0 = 1 2
9 0 − 1 2 = 7 8
Thus, 78 correct answers.
7 8 × 4 − 1 2 = 3 0 0
Let x = number of incorrect answers.
Four points per #correct answer (which is total answers minus incorrect answers) minus one point per incorrect answer needs to equal 300.
4(90-x) - x = 300
360 - 4x - x = 300
360 - 5x = 300 60 = 5x x = 12 90 - x = 78
78 correct answers 12 incorrect answers
4x + (-1y) = 300 Y=90-x 4x -90 + x = 300 X = 78 Y = 12 78^4=312 12^-1=-12
If the student answers x answers correctly and we assume they score 300. The we get the following equation...
4x - (90 - x) = 300
And if we can show that x is an integer between 0 and 90 then it is possible.
4x - 90 + x = 300
5x = 390
x = 78
So, yes, it is possible. If the student answers 78 correctly and 12 incorrectly.
If x were the number of right answers then the number of wrong answers will be y=90-x
4×x-1×(90-x)=300.....x=78 ; y=12
90 questions all answered correctly gives 360 points. A wrong answer would reduce 5 points from that. 12 wrong answers would take us down to 300 points. That is 78 correct and 12 wrong answers.
4 c − ( 9 0 − c ) = 3 0 0
4 c − 9 0 + c = 3 0 0
5 c − 9 0 = 3 0 0
5 c = 3 9 0
c = 7 8
What is c ?
75 X 4 = 300
For every right answer after that 4 wrong answers must be made to keep the total at 300. This makes groups of five attempts. 90 - 75 = 15 and 5 goes into 15 evenly, making the solution possible.
Approach 1
Suppose X is the total amount of marks that can be obtained in a 9 0 -question multiple-choice test where a student earns 4 points for a correct answer and is penalised one point for an incorrect answer, and let x be the number of correct answers out of 9 0 . Then there must be 9 0 − x incorrect answers, and X must satisfy the following equation:
X = 4 x − ( 9 0 − x ) = 5 x − 9 0 = 5 ( x − 1 8 )
Integer solutions can only be obtained precisely when X is a multiple of 5 , and since 3 0 0 is a multiple of 5 we can conclude with our desired result.
Approach 2
Building on from Approach 1, we can simply substitute X = 3 0 0 and obtain our desired result from there. So, we have that
5 ( x − 1 8 ) = 3 0 0 ⇒ x − 1 8 = 6 0 ⇒ x = 7 8
and thus we conclude with our desired result that it is possible to obtain a mark of 300 in this test.
If the total number of questions the student got correct was c , the number of questions they got incorrect would be 9 0 − c . The total number of points is 4 × the number of correct answers plus − 1 × the number of incorrect answers.
4 c − ( 9 0 − c ) = 3 0 0
5 c − 9 0 = 3 0 0
5 c = 3 9 0 → c = 7 8
Let x be the number of correct answers and y be the number of wrong answers
x+y=90
x=90-y
Solving
4x-y=300
4(90-y)-y=300
360-4y-y=300
5y=60
y=12
So,it is possible to get 300 marks
300/4=75 90-75=15 15 mode 4 = 3 = 15 -(3*4) that All ;)
Problem Loading...
Note Loading...
Set Loading...
It is possible to find out the number of correct answers.
Let the number of correct answers be x and the number of wrong answers be y ,
There are totally 9 0 questions and the student attempted every single question:
⇒ x + y = 9 0 --------------------------------- ( 1 )
The total score is 3 0 0 , + 4 for a correct answer and − 1 for an incorrect attempt:
⇒ 4 x − y = 3 0 0 ------------------------------ ( 2 )
( 2 ) + ( 1 ) , we get:
5 x = 3 9 0
x = 7 8
Therefore, the number of correct answers be 7 8 and the number of wrong answers be 9 0 − 7 8 = 1 2 .