The average cost of streaming N movies will be
.. average cost = (total cost)/(number of movies)
.. = (50 +5N)/N
.. = (50/N) +5
You want this value to be 7, so you have
.. 7 = (50/N) +5
.. 2 = 50/N
.. N = 50/2 = 25
25 movies must be streamed to get the average cost down to $7.