document.write( "Question 29374: Given the cost function, C(x), and the revenue function, R(x), find the number of units x that must be sold to break even?\r
\n" );
document.write( "\n" );
document.write( "C(x)=9000x + 45,000
\n" );
document.write( "R(x)=12,000x \n" );
document.write( "
Algebra.Com's Answer #16204 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! if you wanted the values for C(x) and R(x) to equal the same, then you would combine\r \n" ); document.write( "\n" ); document.write( "R(x)=12,000x \n" ); document.write( "C(x)=(-1)9000x + (-1)45,000 --multiply by (-1) and (-1) to get 1 on one side \n" ); document.write( "C(x)=-9,000x-45,000 \n" ); document.write( "3,000x-45,000=0 --combine \n" ); document.write( "3000x=45000 --add 45000 \n" ); document.write( "x=15 --divide by 3000 \n" ); document.write( " |