document.write( "Question 59948This question is from textbook MCDOUGAL LITTEL
\n" );
document.write( ": you are buyning two types of clothing to sell in your clothing store: t-shirts and sweatshirts. you have $1250 in your budget to spend on purchasing the clothing, and you wantto buy no more than 100 t-shirts and sweatshirts. one t-shirt cost $8 and one sweatshirt costs $15.
\n" );
document.write( "let x be the number of t-shits and let y be the number od sweatshits you are buying. Write a system of inequalities for the possible number of t-shirts ans sweat shirts you can buy. \n" );
document.write( "
Algebra.Com's Answer #41151 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! you are buyning two types of clothing to sell in your clothing store: t-shirts and sweatshirts. you have $1250 in your budget to spend on purchasing the clothing, and you wantto buy no more than 100 t-shirts and sweatshirts. one t-shirt cost $8 and one sweatshirt costs $15. \n" ); document.write( "let x be the number of t-shits and let y be the number od sweatshits you are buying. Write a system of inequalities for the possible number of t-shirts ans sweat shirts you can buy. \n" ); document.write( "-------------------- \n" ); document.write( "Let x be the number of tee-shirts and y the number of sweatshirts.\r \n" ); document.write( "\n" ); document.write( "x+y<=100 \n" ); document.write( "8x+15y<=1250 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |