document.write( "Question 529303: Jim needs to rent a moving truck. Suppose Company A charges a rate of $40 per day and Company B charges a $60 fee plus $20 per day. For what number of days is the cost the same? \n" ); document.write( "
Algebra.Com's Answer #349555 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = number of days \n" ); document.write( ". \n" ); document.write( "40x = 20x + 60 \n" ); document.write( ". \n" ); document.write( "20x = 60 \n" ); document.write( ". \n" ); document.write( "x = 3 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |