Problema Solution
In a certain baseball game, the Pirates scored three times as many runs as the Reds. If the two teams' combined number of runs is 12, find the score of each team.
Answer provided by our tutors
let
p = the number of runs that the Pirates scored
r = the number of runs that the Runs scored
the Pirates scored three times as many runs as the Reds
p = 3r
the two teams' combined number of runs is 12:
p + r = 12
by solving the system of equations:
p = 3r
p + r = 12
we find:
p = 9 runs
r = 3 runs
click here to see the step by step solution of the system of equations:
the Pirates scored 9 runs while the Red scored 3 runs.