document.write( "Question 1095331: a family decides to rent a boat for the day while on vacation. the boat's rental rate is $500 for the first two hours and $50 for each additional half hour. suppose the family can spend $700 for the boat. what inequality represents the number of hours for which they can rent the boat? \n" ); document.write( "
Algebra.Com's Answer #709870 by ikleyn(52776)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( " Let C(t) be the non-linear function defined by these two lines\r\n" ); document.write( "\r\n" ); document.write( " \r\n" ); document.write( " C(t) = 500, if 0 <= t <= 2,\r\n" ); document.write( "\r\n" ); document.write( " C(t) = 500+100*(t-2), if t > 2.\r\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " where t is the time in hours.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Then the inequality the problem asks for is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " C(t) <= 900.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The solution set for this inequality is the time interval [\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |