Football goals average calculation

CAT 2021 Slot 2 · QA · Easy · Linear Equations

In a football tournament, a player has played a certain number of matches and 10 more matches are to be played. If he scores a total of one goal over the next 10 matches, his overall average will be 0.15 goals per match. On the other hand, if he scores a total of two goals over the next 10 matches, his overall average will be 0.2 goals per match. The number of matches he has played is

Answer

10

Explanation

Let nn be the number of matches already played and GG be the goals scored so far. Total matches after 10 more matches = n+10n + 10.

Scenario 1: 1 goal scored in next 10 matches. G+1n+10=0.15\frac{G + 1}{n + 10} = 0.15 G+1=0.15(n+10)G + 1 = 0.15(n + 10)

Scenario 2: 2 goals scored in next 10 matches. G+2n+10=0.2\frac{G + 2}{n + 10} = 0.2 G+2=0.2(n+10)G + 2 = 0.2(n + 10)

Subtract Scenario 1 from Scenario 2: 1=0.05(n+10)1 = 0.05(n + 10) n+10=10.05=20n + 10 = \frac{1}{0.05} = 20 n=10n = 10.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace