document.write( "Question 104460: hi was wondering if i could get some help with this question please and thank you.\r
\n" );
document.write( "\n" );
document.write( "Brook Winfield operates a snowmobile lodge. Last year it had 95 guests, each of which paid $160 per night.The lodge accountant estimates that for every $1 reduction in the price five additional customers will rent a room.\r
\n" );
document.write( "\n" );
document.write( "a)write a function representing the revenue of the lodge.
\n" );
document.write( "b)what is the maximum projected revenue?\r
\n" );
document.write( "\n" );
document.write( "thanks again \n" );
document.write( "
Algebra.Com's Answer #75985 by stanbon(75887) ![]() You can put this solution on YOUR website! Last year it had 95 guests, each of which paid $160 per night.The lodge accountant estimates that for every $1 reduction in the price five additional customers will rent a room. \n" ); document.write( "a)write a function representing the revenue of the lodge. \n" ); document.write( "b)what is the maximum projected revenue? \n" ); document.write( "--------------------- \n" ); document.write( "Let \"x\" be the amount of reduction in price per room below 160. \n" ); document.write( "------------------ \n" ); document.write( "Revenue = price * # of guests \n" ); document.write( "Revenue = (160-x)(95+5x) \n" ); document.write( "R(x) = -5x^2+705x+15200 \n" ); document.write( "-------------- \n" ); document.write( "Maximum occurs when x=-b/2a = -705/(-10) = 70.5 \n" ); document.write( "Maximum revenue = R(70.5) \n" ); document.write( "R(70.5) = -5(70.5)^2+705(70.5)+15200 \n" ); document.write( "R(70.5) = $40,051.25 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |