document.write( "Question 1055635: 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 the produces the maximum revenue. What is the maximum revenue? \n" ); document.write( "
Algebra.Com's Answer #670837 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Let x represent unsold seats \n" ); document.write( "R(x) = 48(42-x) + 2x \n" ); document.write( "R(x) = 2016 - 46x \n" ); document.write( "x= 0 , produces the maximum revenue of $2016 \n" ); document.write( " |