document.write( "Question 1055679: For a trip to a resort, a charter bus company charges a fare of $48 per person plus $2 for each unsold seat on the bus. The bus has 42 passenger seats. Let x represent the number of unsold seats on the bus for the charter. Write a function defined by R(x) that describes the total revenue from the trip. Find the number of unsold seats that produces the maximum revenue. What is the maximum revenue? \n" ); document.write( "
Algebra.Com's Answer #670886 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! Revenue is people*48+2*unsoldSeats.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Revenue is people*48+2*x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "people is 42-x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |