document.write( "Question 96901: A publisher is planning on producing a new textbook
\n" );
document.write( "The fixed costs are $240000 and variable costs is $20 per book
\n" );
document.write( "The sale price is $35.00 ech
\n" );
document.write( "let x be the number of books
\n" );
document.write( "a. express the cost function as a linear function of x
\n" );
document.write( "b. express the revenue function as a linear function of x
\n" );
document.write( "c. graph the cost and revenue function found in a and b
\n" );
document.write( "d.what is the breakeven point
\n" );
document.write( "Please help am at a grid lock \n" );
document.write( "
Algebra.Com's Answer #70527 by stanbon(75887) ![]() You can put this solution on YOUR website! A publisher is planning on producing a new textbook \n" ); document.write( "The fixed costs are $240000 and variable costs is $20 per book \n" ); document.write( "The sale price is $35.00 ech \n" ); document.write( "let x be the number of books \n" ); document.write( "a. express the cost function as a linear function of \n" ); document.write( "C(x) = 240,000 + 20x \n" ); document.write( "----------------- \n" ); document.write( "b. express the revenue function as a linear function of x \n" ); document.write( "Revenue = (cost per unit)*(number of units) \n" ); document.write( "R(x) = 35x\r \n" ); document.write( "\n" ); document.write( "------------------------- \n" ); document.write( "c. graph the cost and revenue function found in a and b \n" ); document.write( "Comment: the numbers are too large for this site. \n" ); document.write( "You have two points: (0,24000) and (1,240020) for the Cost function. \n" ); document.write( "Plot the points and draw a line thru them. \n" ); document.write( "--------- \n" ); document.write( "Generate a couple of points for revenue and draw a line thru them \n" ); document.write( "to see the Revenue function; for example (0,0) and (1,35) \n" ); document.write( "---------- \n" ); document.write( "d.what is the breakeven point \n" ); document.write( "Breakeven is when Revenue equals Cost \n" ); document.write( "35x = 24000+20x \n" ); document.write( "15x = 240000 \n" ); document.write( "x = 16000 books \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |