document.write( "Question 614485: I want to order T-shirts for my organization. The price is $15 for each T-shrit and $10 for shipping. Write an expression for the amount of money this will cost you. If I buy 20 T-shirts, how much will cost me if I have a total of $145 to spend? \n" ); document.write( "
Algebra.Com's Answer #386568 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Your problem is poorly worded. \n" ); document.write( "You can't buy 20 t shirts with 145 dollars.\r \n" ); document.write( "\n" ); document.write( "y=15x+10 \n" ); document.write( "y=20*15+10 \n" ); document.write( "y=300+10 \n" ); document.write( "y=310 \n" ); document.write( "20 t shirts will cost you 310 dollars\r \n" ); document.write( "\n" ); document.write( "y=15x+10 \n" ); document.write( "145>=15x+10 \n" ); document.write( "135>=15x \n" ); document.write( "27>=3x \n" ); document.write( "9>=x \n" ); document.write( "You can buy 9 shirts for $145 \n" ); document.write( " \n" ); document.write( " |