document.write( "Question 1176242: T-shirts at the circus cost $5.00 for children and $10.00 for
\n" );
document.write( "adults. If 300 t shirts were sold for a total of
\n" );
document.write( "$2000, how many children and how many adults
\n" );
document.write( "bought t shirts?\r
\n" );
document.write( "\n" );
document.write( "Let c = children shirts and a = adult shirts. What equation
\n" );
document.write( "is the QUANTITY AND COST OF SHIRTS SOLD equation?(would the equation be c+a=300 for quantity and 5c+10a=2000 for cost?)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #802699 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Yes, it would \n" ); document.write( "so -5c-5a=-1500 \n" ); document.write( "5x+10a=2000 \n" ); document.write( "5a=500 \n" ); document.write( "a=100 adult shirts ($1000) \n" ); document.write( "c=200 child shirts ($1000) \n" ); document.write( "It checks, so you know your approach was correct.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |