document.write( "Question 133131: The weekly revenue for a company is R = -3p^2+60p+1060, where p is the price of the company's product. Find the maximum revenue for this company.\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #97372 by stanbon(75887) ![]() You can put this solution on YOUR website! The weekly revenue for a company is R = -3p^2+60p+1060, where p is the price of the company's product. Find the maximum revenue for this company. \n" ); document.write( "--------------------- \n" ); document.write( "max occurs at p = -b/2a = -60/(2*-3) = 10 \n" ); document.write( "Revenue when = 10 is R(10) = -3*100+60*10+1060 \n" ); document.write( "= $1360 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |