document.write( "Question 1011962: the uptown parking garage charges $6.25 for the first hour and $0.60 for each additional hour. the downtown parking garage charges $4.75 for the first hour and $0.90 for each additional hour. for how many hours will the two garages charge an equal amount of money? \n" ); document.write( "
Algebra.Com's Answer #627804 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "H=additional hours; H+1=number of hours when cost is the same \n" ); document.write( ". \n" ); document.write( "$6.25+$0.60H=$4.75+$0.90H \n" ); document.write( "$1.50=$0.30H \n" ); document.write( "5=H \n" ); document.write( ". \n" ); document.write( "H+1=5+1=6 \n" ); document.write( ". \n" ); document.write( "ANSWER: The cost is the same after a total of 6 hours. \n" ); document.write( " \n" ); document.write( " |