document.write( "Question 868911: A wealthy businessman opens a factory that manufactures a type of indoor soccer boot. He employs 16 workers each of whom is paid a monthly salary of R8000. It costs R140 to manufacture pair of boots and each pair sells for R300. Assume that no other costs are invloved, how many pairs of boots must be sold each month for the business to break even \n" ); document.write( "
Algebra.Com's Answer #523896 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Break even \r
\n" ); document.write( "\n" ); document.write( "sales = cost
\n" ); document.write( "let no of boots be x\r
\n" ); document.write( "\n" ); document.write( "workers 16
\n" ); document.write( "R8000 /month\r
\n" ); document.write( "\n" ); document.write( "wages = 16*8000 = 128000\r
\n" ); document.write( "\n" ); document.write( "140 to make a pair
\n" ); document.write( "140x \r
\n" ); document.write( "\n" ); document.write( "sales = 300x\r
\n" ); document.write( "\n" ); document.write( "300x= 140x+128000
\n" ); document.write( "160x=128000
\n" ); document.write( "/160
\n" ); document.write( "x=800 pairs
\n" ); document.write( "
\n" );