document.write( "Question 389933: The student council is having t shirts printed. D shirtworks charges $200 plus $3.50 per shirt. A design co. charges $320 plus $2.75 per shirt. For what number of t shirts would the two companies charge the same ? \n" ); document.write( "
Algebra.Com's Answer #276437 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
given:
\n" ); document.write( "\"d+=+200+%2B+3.5t\"
\n" ); document.write( "\"a+=+320+%2B+2.75t\"
\n" ); document.write( "\"d+=+a\"
\n" ); document.write( "\"200+%2B+3.5t+=+320+%2B+2.75t\"
\n" ); document.write( "\".75t+=+120\"
\n" ); document.write( "\"t+=+160\"
\n" ); document.write( "160 t-shirts costs the same from both companies
\n" ); document.write( "
\n" );