108k views
4 votes
The score on a trivia game is obtained by subtracting the number of incorrect answers from twice the number of correct answers. If a player answered 404040 questions and obtained a score of 505050, how many questions did the player answer correctly

User Thdox
by
7.8k points

1 Answer

3 votes

Answer:

30

Explanation:

A player answers x correct questions and y incorrect questions for a total of 40 questions.

x + y = 40

The score is obtained by subtracting y incorrect answers from two times the x of correct answers. The player's score is 50.

2x - y = 50

Use substitution to solve. Rearrange the first equation so that it is equal to y. Then, substitute the y-value into the second equation.

x + y = 40

y = 40 - x

2x - y = 50

2x - (40 - x) = 50

2x - 40 + x = 50

3x - 40 = 50

3x = 90

x = 30

Since x was made to represent correct answers, the player had 30 correct answers.

User David Ameller
by
7.4k points