document.write( "Question 1145593: You manage a clothing store and budget $6000 to restock 200 shirts. You can buy T-shirts for $12 each, polo shirts for $24 each, and rugby shirts for $36 each. If you want to have twice as many rugby shirts as polo shirts, how many of each type of shirt should you buy?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #766821 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Let
\n" ); document.write( "t = # of t-shirts, cost $12 each
\n" ); document.write( "p = # of polo shirts, cost $24 each
\n" ); document.write( "r = # of rugby shirts, cost $36 each

\n" ); document.write( "You manage a clothing store and budget $6000 to restock 200 shirts.
\n" ); document.write( "(1) t+p+r = 200
\n" ); document.write( "(2) 12t+24p+36r = 6000

\n" ); document.write( "If you want to have twice as many rugby shirts as polo shirts...
\n" ); document.write( "(3) r = 2p

\n" ); document.write( "Substitute (3) into (1) and (2) to get two equations in t and p.

\n" ); document.write( "Then solve that pair of equations by your favorite method.
\n" ); document.write( "
\n" );