Question 1150927
==========================================================================
In a hockey tournament, teams are awarded 3 points for a win, 2 points for an overtime win and COST 1 point for an overtime lose.

a) Write a expression that describes how many <s>wins</s> POINTS a team has.
==========================================================================


w, how many "wins"
x, how many overtime wins
n, how many overtime losses
Number of points, {{{highlight_green(3w+2x-n)}}}


Use that expression to answer question "b".