document.write( "Question 666127: a company that replicates DVDs spends $1500 per day in building overhead plus $0.80 per DVD in supplies and labor. If the DVDs sell for $1.59 per disk, how many DVDs must the company sell each day before it makes a profit? \n" ); document.write( "
Algebra.Com's Answer #414278 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! Let d be the number DVDs per day.\r \n" ); document.write( "\n" ); document.write( "Then let E be the expenses where E= 1500 + .80d\r \n" ); document.write( "\n" ); document.write( "And let R be the revenue where R = 1.59d.\r \n" ); document.write( "\n" ); document.write( "Find d such that R > E.\r \n" ); document.write( "\n" ); document.write( "So 1.59d > 1500+.80d\r \n" ); document.write( "\n" ); document.write( "Subtract .80d on both sides:\r \n" ); document.write( "\n" ); document.write( ".79d > 1500\r \n" ); document.write( "\n" ); document.write( "d > 1898.734\r \n" ); document.write( "\n" ); document.write( "We can only sell an integer amount of DVDs, so we must sell 1899 DVDs a day to make a profit. \n" ); document.write( " |