document.write( "Question 618966: a man buys many shirts at rate of 5 for $120.He intends to sell them for $30 each. How many shirts must he sell to make a profiit of $1200? \n" ); document.write( "
Algebra.Com's Answer #389206 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let the number of shirts he buys = \"+n+\"
\n" ); document.write( "So he pays \"+120%2A%28n%2F5%29+=+24n+\" dollars
\n" ); document.write( "His total income from selling them is \"+30n+\"
\n" ); document.write( "His profit is:
\n" ); document.write( "\"+30n+-+24n+\"
\n" ); document.write( "For a profit of 1200,
\n" ); document.write( "\"+30n+-+24n+=+1200+\"
\n" ); document.write( "\"+6n+=+1200+\"
\n" ); document.write( "\"+n+=+200+\"
\n" ); document.write( "He must sell 200 shirts for a profit of $1200
\n" ); document.write( "
\n" );