document.write( "Question 389446: Carlos owns a vending machine in a bowling alley. He currently sells 600 cans of soda per week at $1.25 per can. He estimates that he will lose 40 customers for every increase in the price and gain 40 customers for every $0.05 decrease in the price. \r
\n" );
document.write( "\n" );
document.write( "1. Write a quadratic equation for the price increase
\n" );
document.write( "2. If Carlos lowers the price, what price should he charge in order to maximize his income? \n" );
document.write( "
Algebra.Com's Answer #276011 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Carlos owns a vending machine in a bowling alley. \n" ); document.write( " He currently sells 600 cans of soda per week at $1.25 per can. \n" ); document.write( " He estimates that he will lose 40 customers for every increase in the price \n" ); document.write( " and gain 40 customers for every $0.05 decrease in the price. \n" ); document.write( ": \n" ); document.write( "1. Write a quadratic equation for the price increase \n" ); document.write( "Let x = no. of .05 increases \n" ); document.write( "Let x = no. of 40 customer decreases \n" ); document.write( ": \n" ); document.write( "f(x) = (1.25 + .05x)*(600 - 40x) \n" ); document.write( "FOIL \n" ); document.write( "f(x) = 750 - 50x + 30x - 2x^2 \n" ); document.write( "f(x) = -2x^2 - 20x + 750 \n" ); document.write( ": \n" ); document.write( "2. If Carlos lowers the price, what price should he charge in order to maximize his income? \n" ); document.write( "Just change the signs of the above equation \n" ); document.write( "f(x) = (1.25 - .05x)*(600 + 40x) \n" ); document.write( "f(x) = 750 + 50x - 30x - 2x^2 \n" ); document.write( "f(x) = -2x^2 + 20x + 750 \n" ); document.write( "cost for max income will be at the axis of symmetry; x = -b/(2a) \n" ); document.write( "x = -2; b=20 \n" ); document.write( "x = \n" ); document.write( "x = +5 ea .05 decreases in price, give 5(40) = 200 can increase \n" ); document.write( ": \n" ); document.write( "A .25 decrease; he should charge $1.00 for each soda, and will sell 800 cans \n" ); document.write( "a total: $800, which is $50 more than selling it at $1.25 (1.25*600=$750) \n" ); document.write( " \n" ); document.write( " |