SOLUTION: The total number of passengers riding a certain city bus during the morning shift is 1300. If the child's fare is $0.50, the adult fare is $1.50, and the total revenue from the far
Question 1127503: The total number of passengers riding a certain city bus during the morning shift is 1300. If the child's fare is $0.50, the adult fare is $1.50, and the total revenue from the fares in the morning shift is $1450, how many children and how many adults rode the bus during the morning shift?
children
adult Found 3 solutions by josgarithmetic, ikleyn, addingup:Answer by josgarithmetic(39617) (Show Source):
Let x be the number of adults under the question.
Then the number of children is (1300-x).
The money equation is
0.5*(1300-x) + 1.50*x = 1450 dollars.
Simplify and solve for x step by step :
650 - 0.5x + 1.5x = 1450
1.5x - 0.5x = 1450 - 650
x = 800.
Answer. 800 adults and 1300 - 800 = 500 children.
Check. 0.5*500 + 1.5*800 = 1450 dollars. ! Correct !
You can put this solution on YOUR website! a + c = 1300
so if we substract the adults what's left is children:
c = 1300 - a
~~~~~~~~~~~~~~~~~~~~~~~~~~
1.50a + 0.50c = 1450
substitute for c:
1.5a + 0.50(1300 - a) = 1450
1.5a + 650 - 0.50a = 1450
1a = 1800
a = 800 this is the number of adults
The children:
1300 - 800 = 500 children
:
Happy learning!