document.write( "Question 915905: a movie club charges a one-time membership fee of 25 dollar which allows members to purchase movies for 7 dollars each another club does not charge a membership fee and sells movies for 12 dollars each how many movies must a member purchase for the costs of the two clubs to be equal \n" ); document.write( "
Algebra.Com's Answer #555820 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the number of movies
\n" ); document.write( "25 + 7x = 12x
\n" ); document.write( "25 = 5x
\n" ); document.write( "5 = x
\n" ); document.write( "costs of the two clubs would be equal for 5 movies
\n" ); document.write( "
\n" );