document.write( "Question 177562: At a movie theatre, admission tickets are $5 for children and $8 for adults. The receipts for Friday evening were $2500. The next day, there were three times as many children as the preceding evening and only half the number of adults as the night before, yet the receipts were still $2500. Find the number of children who attended Friday evening. \n" ); document.write( "
Algebra.Com's Answer #132574 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
let c and a be the number of children and adult tickets sold, respectively
\n" ); document.write( ":
\n" ); document.write( "5c+8a=2500.....eq 1
\n" ); document.write( "5(3c)+8(a/2)=2500....eq 2--->15c+4a=2500
\n" ); document.write( ":
\n" ); document.write( "5c+8a=2500.....eq 1
\n" ); document.write( "15c+4a=2500....eq 2
\n" ); document.write( ":
\n" ); document.write( "multiply eq 2 by -2 and add the two equations together thus eliminating the a terms. We are left with -30c+5c=-5000+2500
\n" ); document.write( ":
\n" ); document.write( "-25c=-2500
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28c=100%29\"children attended friday evening
\n" ); document.write( "
\n" );