document.write( "Question 314547: Can somebody please help me with this question so I can start the rest of my assignment
\n" );
document.write( "Our fund raising committee is going to sell T-Shirts to raise support for our school. Signature Shirts is charging us a flat $50 set up fee, and then a charge of $6.50 per shirt for the printing. \r
\n" );
document.write( "\n" );
document.write( "1. Using “ t” for t-shirts, what is the function for our T-Shirt order?\r
\n" );
document.write( "\n" );
document.write( "I want to say that the starting function is
\n" );
document.write( "F(T)=6.50-50\r
\n" );
document.write( "\n" );
document.write( "Am I even close? Thank you \n" );
document.write( "
Algebra.Com's Answer #224914 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! You're missing a \"t\" after 6.5 and the two charges need to add. \n" ); document.write( "Cost=Setup Cost + Charge per Shirt*Number of Shirts \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |