document.write( "Question 274393: Producing x units of tacos costs C(x)=5x+20; revenue is R(x)=15x, where C(x) and R(x) are in dollars.
\n" );
document.write( "a. What is the break-even quantity?
\n" );
document.write( "b. What is the profit from 100 units?
\n" );
document.write( "c. How many units will produce a profit of $500? \n" );
document.write( "
Algebra.Com's Answer #200254 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Producing x units of tacos costs C(x)=5x+20; revenue is R(x)=15x, where C(x) and R(x) are in dollars. \n" ); document.write( "a. What is the break-even quantity? \n" ); document.write( "Solve: C(x) = R(x) \n" ); document.write( "5x+20 = 15x \n" ); document.write( "10x = 20 \n" ); document.write( "x = 2 \n" ); document.write( "--------------------------------------- \n" ); document.write( "b. What is the profit from 100 units? \n" ); document.write( "Solve: R(100) = 15*100 = 1500 \n" ); document.write( "------------------------------------------ \n" ); document.write( "c. How many units will produce a profit of $500? \n" ); document.write( "Solve: 15x = 500 \n" ); document.write( "x = 100/3 = 33 1/3 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |