document.write( "Question 314716: A company is making water bottles. The set-up cost is $200.00 and the cost per unit is $5.00. Each unit of the product will sell for $13.00. How many water bottles must they make to break even? \n" ); document.write( "
Algebra.Com's Answer #225070 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
200+5X=13X
\n" ); document.write( "200=13X-5X
\n" ); document.write( "8X=200
\n" ); document.write( "X=200/8
\n" ); document.write( "X=25 BOTTLES WILL BE A BREAK EVEN POINT.
\n" ); document.write( "PROOF:
\n" ); document.write( "200+5*25=13*25
\n" ); document.write( "200+125=325
\n" ); document.write( "325=325
\n" ); document.write( "
\n" );