document.write( "Question 245326: you invest 209$ to buy shirts and then sell them for 9.50 each
\n" );
document.write( "write a function rule to determine your profit
\n" );
document.write( "use your rule to find your profit after selling 24 shirts
\n" );
document.write( "how many do you need to sell to get back your investment \n" );
document.write( "
Algebra.Com's Answer #179237 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! you invest $209 to buy shirts and then sell them for 9.50 each \n" ); document.write( "write a function rule to determine your profit \n" ); document.write( "--- \n" ); document.write( "Profit = Income - Cost \n" ); document.write( "P(x) = 9.50x - 209 where x is the number of shirt sold \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( "use your rule to find your profit after selling 24 shirts \n" ); document.write( "P(24) = 9.50*24 - 209 \n" ); document.write( "P(24) = $19 \n" ); document.write( "-------------------------------- \n" ); document.write( "how many do you need to sell to get back your investment \n" ); document.write( "9.50x = 209 \n" ); document.write( "x = 22 shirts must be sold to break even \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |