document.write( "Question 398034: A semiconductor manufacturer seeks to maximize its profits. Testing indicates that they can produce 100,000 chips per week at a cost of $40 per chip, and sell them for $65 per chip. They also find that they can produce 125,000 chips per week at a cost of $35 per chip, and sell them for $63 per chip. How much profit can they expect to earn if they produce 130,000 chips per week?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #282053 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Testing indicates that they can produce 100,000 chips per week at a cost of $40 per chip, and sell them for $65 per chip. They also find that they can produce 125,000 chips per week at a cost of $35 per chip, and sell them for $63 per chip. How much profit can they expect to earn if they produce 130,000 chips per week? \n" ); document.write( "------------- \n" ); document.write( "You have two points relating production and profit: \n" ); document.write( " (100000,25) and (125000,28) \n" ); document.write( "--- \n" ); document.write( "slope = (28-25)/(125k-100k) = 3/25k = 0.00012 \n" ); document.write( "--------------------- \n" ); document.write( "Form: y = mx+b \n" ); document.write( "25 = (0.00012)(10000) + b \n" ); document.write( "25 = 33+b \n" ); document.write( "b = -8 \n" ); document.write( "-------- \n" ); document.write( "Equation: \n" ); document.write( "f(x) = (0.00012)x-8 \n" ); document.write( "How much profit can they expect to earn if \n" ); document.write( "they produce 130,000 chips per week? \n" ); document.write( "--- \n" ); document.write( "f(130000) = (0.00012)(130000) - 8 \n" ); document.write( "f(130000) = 15.6-8 = $7.60 \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |