document.write( "Question 136868: The function l=-0.02x^2+60x models the income earned (i), in dollars, by selling units of product is:\r
\n" );
document.write( "\n" );
document.write( "What are the greatest possible income?\r
\n" );
document.write( "\n" );
document.write( "How many unit must be sold in order to have the greatest income?\r
\n" );
document.write( "\n" );
document.write( "How many unit must be sold to generte an income of $35,000?\r
\n" );
document.write( "\n" );
document.write( "HELP i have no clue how to do this! \n" );
document.write( "
Algebra.Com's Answer #100176 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The function l=-0.02x^2+60x models the income earned (i), in dollars, by selling units of product is: \n" ); document.write( "What are the greatest possible income? \n" ); document.write( "The function is a quadratic with a=-0.02, b=60 \n" ); document.write( "The maximum value of the function occurs when x = -b/2a = -60/(2*-0.02) = 1500 \n" ); document.write( "The income when x=1500 is i = $45000.00 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "How many unit must be sold in order to have the greatest income? \n" ); document.write( "Ans: 1500 units \n" ); document.write( "--------------------- \n" ); document.write( "How many unit must be sold to generate an income of $35,000? \n" ); document.write( "35000 = -0.02x^2+60x \n" ); document.write( "0.02x^2-60x+35000 = 0 \n" ); document.write( "x^2 - 3000x + 175000 =0 \n" ); document.write( "x=59.51 \n" ); document.write( "Rounding up get x=60 units \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |