document.write( "Question 953645: The revenue from selling x number of computer boards is given by R=60x, and the cost C of producing them is given by C=50x+5000, what is the cost to produce the break-even number of boards? \n" ); document.write( "
Algebra.Com's Answer #582414 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Break even is where \"+C+=+R+\", so
\n" ); document.write( "\"+50x+%2B+5000+=+60x+\"
\n" ); document.write( "\"+10x+=+5000+\"
\n" ); document.write( "\"+x+=+500+\"
\n" ); document.write( "When 500 boards are sold, \"+R+=+C+\"
\n" ); document.write( "and the seller breaks even ( profit = 0 )
\n" ); document.write( "
\n" ); document.write( "
\n" );