document.write( "Question 440603: A city bus collect $780 in fares on one day. The price of a regular fare was $.80 and the price of a discount fare was $.40. If a total of 1200 people paid the fares on this bus, how many people paid the regular fare? \n" ); document.write( "
Algebra.Com's Answer #321987 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
r+d=1200
\n" ); document.write( "80r+40d=78000
\n" ); document.write( "40r+40d=48000
\n" ); document.write( "40r=30000
\n" ); document.write( "r=750
\n" ); document.write( "d=450
\n" ); document.write( "There were 750 regular fares, and 450 discount fares that day..
\n" ); document.write( "
\n" );