document.write( "Question 398867: To rent a certain banquet hall, there is a reservation fee of $4200.00 and an additional fee of $180.00 per hour. The Russell family wants to spend at most $5100.00 on renting the hall. \r
\n" );
document.write( "\n" );
document.write( "What are the possible amounts of time for which they could rent the hall? Use t for the number of hours the hall is rented, and solve your inequality for t. \n" );
document.write( "
Algebra.Com's Answer #282539 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! To rent a certain banquet hall, there is a reservation fee of $4200.00 and an additional fee of $180.00 per hour. The Russell family wants to spend at most $5100.00 on renting the hall. \n" ); document.write( "What are the possible amounts of time for which they could rent the hall? Use t for the number of hours the hall is rented, and solve your inequality for t. \n" ); document.write( ". \n" ); document.write( "Let t = number of hours hall is rented \n" ); document.write( "then \n" ); document.write( "180t + 4200 <= 5100 \n" ); document.write( ". \n" ); document.write( "Solving for t: \n" ); document.write( "180t <= 900 \n" ); document.write( "t <= 5 hours \n" ); document.write( ". \n" ); document.write( "that is, \"t is less than or equal to 5 hours\" \n" ); document.write( " \n" ); document.write( " |