document.write( "Question 1015538: fixed cost 25000, cost per item 9.50, item sells for 25.00
\n" );
document.write( "What are the functions for the following:
\n" );
document.write( "C(x)= , R(x) , P(x) \n" );
document.write( "
Algebra.Com's Answer #631918 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "x=number of units \n" ); document.write( ". \n" ); document.write( "C(x)=25000+9.50x \n" ); document.write( ". \n" ); document.write( "R(x)=25.00x \n" ); document.write( ". \n" ); document.write( "P(x) = R(x)-C(x) = 25.00x-25000-9.50x = 15.50x-25000 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |