document.write( "Question 909870: A video store charges a monthly membership fee of $7.50,but the charge to rent each movie is only $1.00 per movie. Another store has no membership fee, but is costs $2.50 to rent a each movie. How many movies need to be rented each month for the total fees to be the same from either company? \n" ); document.write( "
Algebra.Com's Answer #552082 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the number of movies
\n" ); document.write( "7.50 + n = 2.50n, Solve for n
\n" ); document.write( "7.50/1.50 = n
\n" ); document.write( "
\n" );