document.write( "Question 1047571: To produce x units of a religious medal costs C(x)=13x+44. The revenue is R(x)=24x. Both cost and revenue are in dollars.
\n" );
document.write( "a.Find the break-even quantity
\n" );
document.write( "b.Find the profit from 530 units.
\n" );
document.write( "c.Find the number of units that must be produced for a profit of $110. \n" );
document.write( "
Algebra.Com's Answer #663083 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Break even is when they are both equal. \n" ); document.write( "13x+44=24x \n" ); document.write( "11x=44; x=4 medals. \n" ); document.write( "There, the cost and revenue are both $96. \n" ); document.write( "From 530 units, the cost is 13(530)+44, and the revenue is 530(24) \n" ); document.write( "This is also 530(24)-530(13)-44 \n" ); document.write( "That is 530(11)-44=5830-44=$5786 \n" ); document.write( "----------------- \n" ); document.write( "Revenue must be 110 more than cost. \n" ); document.write( "24x-110=13x+44 \n" ); document.write( "11x=154 \n" ); document.write( "x=14 medals \n" ); document.write( " \n" ); document.write( " |