Question :
A student is taking a test. For every correct answer, the student earns 7 points and for every incorrect one the student loses 12 points.
How many questions did the student answered correctly?
(1) Student gathered 77 points in the test.
(2) Of all the answers that the student provided, 7 were incorrect.
------------------------------------------------------
Ans:
Given --> Correct ans Student earns 7pts
& Incorrect ans Student losses 12pts
** Its a 'How' question and not 'is' questionLet correct ans be : x
Let incorrect ans be: y
Statement 1:Student gathered 77 points in the test.
So, Correct *points - Incorrect*points = 77
=> x*7 - y*12 = 77 --(1)
Only one equation, under no circumstance one can find x
Hence
InsufficientStatement 2: Of all the answers that the student provided, 7 were incorrect.
So, Incorrect*12 => y*12 =>7*12 --(2)
Only one equation, with this input one cannot find x
Hence
InsufficientHowever, combining statement1 and statement2 :
Substituting (2) in (1)
x*7 - y*12 = 77
=>x*7 - 7*12 = 77
=>x*7=77+84
=>x*7 = 161
x=23
x is assumed to be correct ans. Hence,
SufficientOption C
Thank you