This question produces what is called a System of Equations. These can be solved by either Substitution or Elimination. But first we must set it up.
We need to assign a variable for each unknown item, in this case it is Movies and Video games, so I will
Let M = cost of one Movie
Let V = cost of one Video game
One month Rachel rented 6 movies and 2 video games for a total of $36. becomes 6M + 2V = 36
The next month she rented 3 movies and 5 video games for a total of $39. becomes 3M + 5V = 39
To solve with Substitution, solve for one variable -- like V in the top equation, then plug it in for the V in the bottom equation.
6M + 2V = 36
-6M -6M
2V = 36 - 6M
Divide both sides (everything on both sides) by 2 and find V = 18 - 3M
Now put that into the bottom equation 3M + 5V = 39 Substituting becoves 3M + 5(18 - 3M) = 39
Now solve for M. Distribute the 5 into the parenthses
3M + 90 - 15M = 39
Combine like terms
-12M + 90 = 39
Subtract 90 from both sides
-12M = -51
divide both sides by -12 and find that M = 4.25 so the cost to rent 1 movie is $4.25
V = 18 - 3M (we found this by solving the top equation for V, so plug in 4.25 for M, and find V)
V = 18 - 3(4.25) = 5.25 so the cost to rent 1 video is $5.25
Then check to be sure these numbers work in both equations. (and they DO work)
By ELIMINATION is a much quicker solution: We want to eliminate one variable. Here is our original system of equations
6M + 2V = 36
3M + 5V = 39 If I would multiply this whole equation by (-2), there would be -6M on the bottom, then we would add vertically, and the top 6m + the bottom -6M would eliminate the variable M, and we would just solve the rest for V.
6M + 2V = 36 multiply everything in the bottom equation by -2
-6M + (-10V) = -78
Add vertically
0M - 8V = -42
divide by -8
V = 5.25, so again we found that a video costs $5.25 to rent.
Plug this into either the top or the bottom equation to find M
Top: 6M + 2V = 36 6M + 2(5.25) = 36
6M + 10.5 = 36
subtract 10.5 from both sides
6M = 25.5
divide both sides by 6
M = 4.25 - again we find that the cost to rent one movie is $4.25