document.write( "Question 114174: Sue has $75 to spend on shirts and shorts. The shirts are on sale for $10 each, including tax, and the shorts are on sale for $15 each, including tax. List all the number combinations of shirts and shorts Sue can buy to spend exactly $75. Use mathematics to justify your answer. \n" ); document.write( "
Algebra.Com's Answer #83087 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sue has $75 to spend on shirts and shorts. The shirts are on sale for $10 each, including tax, and the shorts are on sale for $15 each, including tax. List all the number combinations of shirts and shorts Sue can buy to spend exactly $75. Use mathematics to justify your answer. \n" ); document.write( "-------------- \n" ); document.write( "Let \"x\" be # of shirts; Let \"y\" be # of shorts. \n" ); document.write( "------------- \n" ); document.write( "Value Equation: \n" ); document.write( "10x +15y = 75 \n" ); document.write( "2x + 3y = 15 \n" ); document.write( "y = (-2/3)x + 5 \n" ); document.write( "---------------- \n" ); document.write( "If x = 0, y = 5 \n" ); document.write( "If x = 3, y = 3 \n" ); document.write( "If x = 6, y = 1 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |