Question #ffe8d

2 Answers
Sep 27, 2016

Here's what I got.

Explanation:

The idea here is that we can use the information provided by the problem to create a system of two equations with two unknowns, the number of victories, let's say #x#, and the number of ties, let's say #y#.

For starters, we know that in their championship season, they won #9# more games than they tied, so

#x = y + 9" " " "color(orange)((1))#

We also know that the team gets #2# points for a win and #1# point for a tie, and that they accumulated a total of #60# points in their championship season.

We can thus say that

#overbrace(2 * x)^(color(blue)("points coming from wins")) + overbrace(1 * y)^(color(purple)("points coming from ties")) = 60" " " "color(orange)((2))#

We now have two equations with two unknowns. Take the value of #x# from equation #color(orange)((1))# and plug it into equation #color(orange)((2))#

#2 * (y + 9) + y = 60#

Solve this for #y#

#2y + 18 + y = 60#

#3y = 42 implies y = 14#

This means that #x# will be

#x = 14 + 9 = 23#

Therefore, we can say that the team won #23# games and tied #14# games.

Sep 27, 2016

#23 " games won and " 14 " tied"#

Explanation:

Stefan V has answered this question using 2 variables to form 2 equations and then solving them simultaneously .

It is also possible to solve by using only one variable.
Define one quantity and then write the other quantity in terms of the first.

The team won more games than they tied.

Let the number of games tied be #color(blue)(x)" "larr#. smaller number

The number of games won is #(color(red)(x+9))" "larr# they won 9 more.

2 points were given for each win: #(color(red)(2(x+9))#
1 point was given for each tie. #(color(blue)(1 xx x))#

The total number of points was 60.

#2(x+9) + x = 60#

#2x +18 +x = 60#

#3x +18 = 60#

#3x = 42#

#x = 42 div 3 = 14#

#14 " games were tied "#

#14+9 = 23 " games were won "#

Check: #2 xx 23 + 1xx 14 #

#= 46+14 = 60#