document.write( "Question 904653: for a new customer, a video store charges $10 for a rental card plus $2 per movie. write and solve a linear equation to find out how many movies a new customer rents for $16. \n" ); document.write( "
Algebra.Com's Answer #548836 by Math_Boss(45)\"\" \"About 
You can put this solution on YOUR website!
c=cost
\n" ); document.write( "m=movie
\n" ); document.write( "c=10+2m
\n" ); document.write( "if c=16
\n" ); document.write( "16=10+2m
\n" ); document.write( "16-10=2m
\n" ); document.write( "6=2m
\n" ); document.write( "m=3
\n" ); document.write( "Ans: 3 movies
\n" ); document.write( "
\n" ); document.write( "
\n" );