document.write( "Question 333301: suppose a video store charges non-members $3 to rent a video. a membership cost $21 and then each video costs only $1.50 to rent. how many videos would you need to rent in order to justidy a membership? \n" ); document.write( "
Algebra.Com's Answer #238827 by mananth(16946)![]() ![]() You can put this solution on YOUR website! non-members $3 to rent a video. a membership cost $21 and then each video costs only $1.50 to rent. \n" ); document.write( ".. \n" ); document.write( "Let number of videos to be rented be x \n" ); document.write( "21+1.5x < 3x \n" ); document.write( "add -1.5x \n" ); document.write( "21+1.5x-1.5x<3x-1.5x \n" ); document.write( "21< 3x-1.5x \n" ); document.write( "divide by 1.5 \n" ); document.write( "21/1.5 \n" ); document.write( "For x > 14 membeship would be a better deal |