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)\"\" \"About 
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( "\"people%2Bx=42\"
\n" ); document.write( "people is 42-x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"R%28x%29=%2842-x%29%2A48%2B2x\"
\n" ); document.write( "\"R%28x%29=42%2A48-48x%2B2x\"
\n" ); document.write( "\"R%28x%29=-46x%2B42%2A48\"
\n" ); document.write( "\"highlight%28R%28x%29=-46x%2B2016%29\"
\n" ); document.write( "
\n" );