Information given:
- <u>100 passengers in each train car</u>
- <u>10 train cars total</u>
- <u>30 trains total</u>
<em>So we are trying to find the total number of passengers on all 30 trains?</em>
<u />
Step-by-step:
100 x 10 = <u>1,000 passengers per train</u>
1,000 x 30 = <u>30,000 passengers total within the 30 trains</u>
Answer: <u>30,000 passengers</u>
<em>Hopefully this answered your question :)</em>
Answer:
Arithmetic sequence
f(n) = 5n + 2
Step-by-step explanation:
f(1) = 7
f(2) = 7 + 5
f(3) = 7 + 5 + 5 = 7 + (2)(5)
f(n) = 7 + (n-1)(5)
f(n) = 7 + 5n - 5