document.write( "Question 62157: A dreaded word problem. I can't figure this one out. \r
\n" );
document.write( "\n" );
document.write( "The Municipal transit serves 150,000 commuters daily when the fair is $1.80.
\n" );
document.write( "Market research has determined that every penny decrease in the fare will result in 1,000 new riders. What fare will maxmize revenue? \r
\n" );
document.write( "\n" );
document.write( "Any help would be appreciated. Thanks! \n" );
document.write( "
Algebra.Com's Answer #42912 by stanbon(75887) ![]() You can put this solution on YOUR website! The Municipal transit serves 150,000 commuters daily when the fair is $1.80. \n" ); document.write( "Market research has determined that every penny decrease in the fare will result in 1,000 new riders. What fare will maxmize revenue? \n" ); document.write( "----------- \n" ); document.write( "Look at it a penny at a time and try to see the pattern: \n" ); document.write( "If Fare is 180 cents the # of commuters is 150,000 \n" ); document.write( "If Fare is 180-1 cents the # of commuters is 150,000+1000 \n" ); document.write( "If Fare is 180-2 cents the # of commuters is 150,000+2(1000) \n" ); document.write( "... \n" ); document.write( "If Fare is 180-x cents the # of commuters is 150,000+x(1000) \n" ); document.write( "--------- \n" ); document.write( "EQUATION: \n" ); document.write( "Revenue = (Fare)(# of commuters) \n" ); document.write( "R(x)=(180-x)(150,000+1000x) \n" ); document.write( "R(x)= -1000x^2-150000x+180000x+180*150000 \n" ); document.write( "R(x)=-1000x^2+30000x+180*150000 \n" ); document.write( "Maximum occurs at x=-b/2a = -30000/-2000=15 \n" ); document.write( "Maximum Revenue comes when Fare = 180-15=165 cent or $1.65 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |