document.write( "Question 236775: Hello, I have looked at this prblem for almost two hours and I can't figure how to form the quadratic! Problem:
\n" );
document.write( "You can see 30 widgets at $500 per year. Furthermore, you find that for each $25 decrease in price you can sell 3 more wigdets. At what price should you sell the widgets to maximize gross income and what will that price be.
\n" );
document.write( "I did the long way by sub. in 25 increments and adding 3 to amount sold I came up with Gross income max = $16,875 if you sell for $375 ea. How do I work the equation to get in quadratic form from the beginning?
\n" );
document.write( "Thanks - Kristen \n" );
document.write( "
Algebra.Com's Answer #174192 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x = \"CHANGE in number of widgets\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "income = (500 - 25x/3)(30 + x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "FOILing ___ I = 15000 + 250x - 25/3 x^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the max is on the axis of symmetry ___ x = -b / 2a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -250 / 2(-25/3) = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "selling price = 500 - 25(15)/3 = 375\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "widgets = 30 + 15 = 45\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "max income = 375 (45) = 16875 \n" ); document.write( " |