document.write( "Question 515787: search the seas cruise ship has a conference room offering unlimited internet access that can hold up to 60 people. companies can reserve the room for groups of 38 or more. if the group contains 38 people, the company pays $60 per person. the cost per person is reduced by $1 for each person in excess of 38. find the size of the group that maximizes the income for the owners of the ship, and determine the income. \n" ); document.write( "
Algebra.Com's Answer #344168 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! can hold up to 60 people. companies can reserve the room for groups of 38 or more. if the group contains 38 people, the company pays $60 per person. \n" ); document.write( " the cost per person is reduced by $1 for each person in excess of 38. \n" ); document.write( " find the size of the group that maximizes the income for the owners of the ship, and determine the income. \n" ); document.write( ": \n" ); document.write( "let x = no. of men in the group \n" ); document.write( "Also x = no. of one dollar reductions \n" ); document.write( ": \n" ); document.write( "f(x) = income for the ship \n" ); document.write( ": \n" ); document.write( "Income = no. * cost \n" ); document.write( "f(x) = (38+x)(60-x) \n" ); document.write( "FOIL \n" ); document.write( "f(x) = 2280 - 38x + 60x - x^2 \n" ); document.write( "A quadratic equation \n" ); document.write( "f(x) = -x^2 + 22x + 2280 \n" ); document.write( "The max occurs on the axis of symmetry, x = -b/(2a) \n" ); document.write( "x = \n" ); document.write( "x = +11 men over 38 for max income \n" ); document.write( ": \n" ); document.write( "A group of 11+38 = 49 will give max income \n" ); document.write( ": \n" ); document.write( "Find the income \n" ); document.write( "49(60-11) = $2401 \n" ); document.write( " |