document.write( "Question 203445: Entering Yellowstone National Park costs $20 for a car and $15 for a motorcycle. On a typical day, 5950 cars or motorcycles enter and pay a total of $107,875. How many motorcycles enter on a typical day? \n" ); document.write( "
Algebra.Com's Answer #153523 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
let x = cars=3725
\n" ); document.write( "let y = mc=2225
\n" ); document.write( "x+y=5950= x=5950-y
\n" ); document.write( "20x+15y=107875
\n" ); document.write( "20(5950=-y)+15y=107875
\n" ); document.write( "119000-20y+15y=107875
\n" ); document.write( "-5y=-11125
\n" ); document.write( "y=2225
\n" ); document.write( "
\n" ); document.write( "
\n" );