document.write( "Question 373607: Raheel is comparing the cost of two parking garages. Garage A charges a flat fee of $6 per car plus $0.50 per hour. Garage B charges a flat fee of $2 per car plus $1 per hour. After how many hours will the cost at Garage A be the same as the cost at Garage B? What will that cost be? \n" ); document.write( "
Algebra.Com's Answer #265884 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "After how many hours will the cost at Garage A be the
\n" ); document.write( "same as the cost at Garage B?
\n" ); document.write( "Let x represent the number of hours at both garages
\n" ); document.write( "$6 + .50x = $2 + $1.00x
\n" ); document.write( "4 = .50x
\n" ); document.write( "8hr = x, the number of hours when both garages would cost the same
\n" ); document.write( "$6 + .50*8 = $10 would be the cost a both garages after 8 hours \n" ); document.write( "
\n" );