document.write( "Question 430610: I need help making a system of equations using this word problem:
\n" );
document.write( " Janice is selling souvenir T-shirts at the annual Fiddle Contest in Bushnell Park. Her expenses are $400 to rent the booth and $5 for the blank T-shirts. After printing the design she will then sell them for $17 each. How many T-shirts must she sell to break even?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #299023 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Janice is selling souvenir T-shirts at the annual Fiddle Contest in Bushnell Park. Her expenses are $400 to rent the booth and $5 for the blank T-shirts. After printing the design she will then sell them for $17 each. How many T-shirts must she sell to break even?\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "Expenses: E(x) = 400+5t where \"t\" is # of blank-T-shirts. \n" ); document.write( "---- \n" ); document.write( "Revenue: R(x) = 17t \n" ); document.write( "------- \n" ); document.write( "Break Even mean Expense = Revenue \n" ); document.write( "--- \n" ); document.write( "400 + 5t = 17t \n" ); document.write( "400 = 12t \n" ); document.write( "t = 33 1/3 (# of blank T-shirts she should sell to break even) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |