document.write( "Question 485218: Moving company A charges $80 plus $55 an hour to move households across town. Moving company B charges $75 an hour for cross-town moves. For what lengths of time is Moving company B more expensive than Moving Company A? Write an inequality and solve for time t. \n" ); document.write( "
Algebra.Com's Answer #331903 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let x be the number of hours \n" ); document.write( "company A 80 + 55.00 x \n" ); document.write( "Company B 0 + 75.00 x \n" ); document.write( "company A < Company B \n" ); document.write( "75.00 x < 80 + 55.00 x \n" ); document.write( "75.00 x < 80 + 55.00 x \n" ); document.write( "-80 < 55 x -75 x \n" ); document.write( "-80 < -20 x \n" ); document.write( "4 < x \n" ); document.write( "x should be greater than 4 hours \n" ); document.write( " \n" ); document.write( " |