document.write( "Question 1092506: An ice cream vendor finds that her daily opening cost is $350 plus $0.60 per portion served. Each portion is sold for $2.
\n" );
document.write( "A) write a linear function to describe the total cost of x- portions.
\n" );
document.write( "B) write the function for revenue earned by the scale of x- portions
\n" );
document.write( "C) how many portions must be produced and sold to break even?
\n" );
document.write( "D) what revenue is earned when the vendor breaks even? \n" );
document.write( "
Algebra.Com's Answer #707126 by greenestamps(13209) You can put this solution on YOUR website! Pretty straightforward stuff. You should be able to do it yourself. \n" ); document.write( "A: Cost: The fixed daily operating cost, plus $0.60 for each of the x portions sold. \n" ); document.write( "(Or, to make it better algebraic form, $0.60 for each of the x portions sold, plus the fixed daily operating cost. That is, \"y = mx+b\" instead of \"y = b + mx\"). \n" ); document.write( "B: Revenue: $2 for each of the x portions sold. \n" ); document.write( "C: She breaks even when her revenue is equal to her cost. Set the two equations from A and B equal to each other and solve to find the value of x (number of portions sold) that makes revenue = cost. \n" ); document.write( "D: Plug the value from C into the revenue function from B. \n" ); document.write( " |