document.write( "Question 816279: a parking garage charges 2 for the first hour and 0.75 for every hour after that. The total parking bill was 6.50 how many hours was the car parked in the garage \n" ); document.write( "
Algebra.Com's Answer #491457 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "a parking garage charges 2 for the first hour and 0.75 for every hour after that
\n" ); document.write( "Bill = .75(x-1) + $2 |x being the total time parked
\n" ); document.write( "The total parking bill was 6.50 how many hours was the car parked in the garage
\n" ); document.write( " $6.50 = .75(x-1) + $2
\n" ); document.write( " 4.50/.75 = x-1
\n" ); document.write( " 6 = x-1
\n" ); document.write( " 7hr = x
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( " .75*6 + $2 = $6.50 \n" ); document.write( "
\n" );