document.write( "Question 1085946: There is a huge clearance sale at your favorite clothing store. Shirts are on sale for $3 and pants are on
\n" );
document.write( "sale for $7. You buy a total of 13 items from the store and pay a total of $71. Write a system of equations and solve using substitution or elimination to find how many shirts and how many pants you have purchased. You must show all your work.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #700066 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=shirts \n" ); document.write( "y=pants \n" ); document.write( "x+y=13, number equation \n" ); document.write( "3x+7y=71, money equation \n" ); document.write( "multiply top by -3 \n" ); document.write( "-3x-3y=-39 \n" ); document.write( "add to the bottom one \n" ); document.write( "4y=32 \n" ); document.write( "y=8 pants@$7=$56. \n" ); document.write( "x=5 shirts@$3=$15 \n" ); document.write( "add to $71, \n" ); document.write( " |