document.write( "Question 56580: Assume the cost of a company picnic is described by the function
\n" );
document.write( "P(n)=(1/2)n^2-10n +80
\n" );
document.write( "where n represents the number of employees and family members attending the picnic and P (in dollars) represents the cost of the picnic. How many employees and guests in attendance produce a Minimum Cost? What is the Minimum cost for this event? \n" );
document.write( "
Algebra.Com's Answer #38483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! P(n)=(1/2)n^2-10n +80 \n" ); document.write( "You have a quadratic with a=1/2, b=-10 \n" ); document.write( "Minimum is at n=-b/2a = 10/(1)= 10 people attending. \n" ); document.write( "P(10)= (1/2)100-10(10)+80 \n" ); document.write( "P(10)= 50-20= $30 (the cost of the party) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |