document.write( "Question 596050: A total of 10,000 passengers ride a train in one day. If a child's fare is $1.25 and adult fare is $3.75 and the total revenue from fares is $32,500 for the day. How many children and adults rode the train? \n" ); document.write( "
Algebra.Com's Answer #377479 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A total of 10,000 passengers ride a train in one day. If a child's fare is $1.25 and adult fare is $3.75 and the total revenue from fares is $32,500 for the day. How many children and adults rode the train?
\n" ); document.write( "------------------
\n" ); document.write( "a + c = 10000
\n" ); document.write( "3.75a + 1.25c = 32500
\n" ); document.write( "etc
\n" ); document.write( "
\n" ); document.write( "
\n" );