document.write( "Question 1110404: Tedco produces a teddy bear that sells for $24. Each teddy bear costs the company $8 to manufacture and there is an initial start-up cost of $7200.\r
\n" );
document.write( "\n" );
document.write( "If they want to make an annual pro t of $54 000, how many teddy bears do they need to sell? \n" );
document.write( "
Algebra.Com's Answer #725481 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Tedco produces a teddy bear that sells for $24. Each teddy bear costs the company $8 to manufacture and there is an initial start-up cost of $7200. \n" ); document.write( " If they want to make an annual pro t of $54 000, how many teddy bears do they need to sell? \n" ); document.write( ": \n" ); document.write( "let t = no. of bears to accomplish this \n" ); document.write( "Revenue - cost = profit \n" ); document.write( "24t - (8t+7200) = 54000 \n" ); document.write( "24t - 8t - 7200 = 54000 \n" ); document.write( "16t = 54000+7200 \n" ); document.write( "16t = 61200 \n" ); document.write( "t = 61200/16 \n" ); document.write( "t = 3825 bears have to be made \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check on your calc \n" ); document.write( "24(3825) - (8(3825)+7200) = 54000 \n" ); document.write( " |