Răspuns:
Explicație pas cu pas:
c = numarul problemelor rezolvate corect
g = numarul problemelor rezolvate gresit
n = numaul problemelor la care nu s-a dat raspuns
c + g + n = 20
c = 5n
n = c/5
c + g + c/5 = 20
5c + 5g + c = 100
6c + 5g = 100
6c - 2g = 86
6c = 86 + 2g
86 + 2g + 5g = 100
7g = 100 - 86 = 14
g = 14 : 7 = 2 probleme rezolvate gresit
6c = 86 + 2g = 86 + 4 = 90
c = 90 : 6 = 15 probleme rezolvate corect
(n = 15 : 5 = 3)