document.write( "Question 924198: To rent a certain meeting room, a college charges a reservation fee of
\n" ); document.write( "$43
\n" ); document.write( " and an additional fee of
\n" ); document.write( "$6.80
\n" ); document.write( " per hour. The chemistry club wants to spend at most
\n" ); document.write( "$77.00
\n" ); document.write( " on renting the meeting room.
\n" ); document.write( "What are the possible amounts of time for which they could rent the meeting room?
\n" ); document.write( "Use
\n" ); document.write( "t
\n" ); document.write( " for the number of hours the meeting room is rented, and solve your inequality for
\n" ); document.write( "t
\n" ); document.write( " .
\n" ); document.write( "

Algebra.Com's Answer #560697 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
C = 6.80t + 43
\n" ); document.write( "77 = 6.80t + 43
\n" ); document.write( "34 = 6.80t
\n" ); document.write( "34/6.8 = t = 5hr
\n" ); document.write( "
\n" );