document.write( "Question 1012364: Kasim has just opened a new computer store. He made 43$ on each computer he sold. The monthly expenses is 10000$. What is minimum number of computer must he sell to gain profit in a month? \n" ); document.write( "
Algebra.Com's Answer #628307 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of computers he needs to sell, x. \n" ); document.write( "Then, since he earns $43 per computer sold, we have \n" ); document.write( "43x > 10000 \n" ); document.write( "Now divide by 43 and get \n" ); document.write( "x > 232.56 \n" ); document.write( "which means he needs to sell 233 computers to make a profit. \n" ); document.write( " |