document.write( "Question 102405: A toy company spends $1500 each day on plant costs plus $8 per toy for labor and materials. The toys sell for $12 each. How many toys must the company sell in one day to equal its daily costs?
\n" );
document.write( "Define a variable(s), write an equation and solve.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #74447 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A toy company spends $1500 each day on plant costs plus $8 per toy for labor and materials. The toys sell for $12 each. How many toys must the company sell in one day to equal its daily costs? \n" ); document.write( "Define a variable(s), write an equation and solve.\r \n" ); document.write( "\n" ); document.write( "----------------------- \n" ); document.write( "Let number of toys made be \"t\". \n" ); document.write( "Cost to stay in business: C(t) = 1500+8t \n" ); document.write( "Income from selling toys: I(t) = 12t \n" ); document.write( "================================= \n" ); document.write( "EQUATION: \n" ); document.write( "Daily Cost = Daily Income \n" ); document.write( "1500+8t = 12t \n" ); document.write( "4t = 1500 \n" ); document.write( "t = 375 \n" ); document.write( "--------------- \n" ); document.write( "The company must sell 375 toys per day to break even. \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |