Difference between revisions of "2021 AMC 10A Problems/Problem 4"
Pi is 3.14 (talk | contribs) (→Video Solution ((System of Equations)) |
MRENTHUSIASM (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==Problem 4== | ||
+ | A cart rolls down a hill, travelling <math>5</math> inches the first second and accelerating so that during each successive <math>1</math>-second time interval, it travels <math>7</math> inches more than during the previous <math>1</math>-second interval. The cart takes <math>30</math> seconds to reach the bottom of the hill. How far, in inches, does it travel? | ||
+ | |||
+ | <math>\textbf{(A)} ~215 \qquad\textbf{(B)} ~360\qquad\textbf{(C)} ~2992\qquad\textbf{(D)} ~3195\qquad\textbf{(E)} ~3242</math> | ||
+ | |||
+ | ==Solution== | ||
+ | Since <cmath>\text{Distance}=\text{Speed}\times\text{Time},</cmath> we seek the sum <cmath>5(1)+12(1)+19(1)+26(1)+\cdots=5+12+19+26+\cdots,</cmath> in which there are 30 addends. The last addend is <math>5+7(30-1)=208.</math> Therefore, the requested sum is <cmath>5+12+19+26+\cdots+208=\frac{(5+208)(30)}{2}=\boxed{\text{(D) } 3195}.</cmath> Recall that to find the sum of an arithmetic series, we take the average of the first and last terms, then multiply by the number of terms, namely <cmath>\frac{\text{First}+\text{Last}}{2}\cdot\text{Count}.</cmath> | ||
+ | |||
== Video Solution (Using Arithmetic Sequence) == | == Video Solution (Using Arithmetic Sequence) == | ||
https://youtu.be/7NSfDCJFRUg | https://youtu.be/7NSfDCJFRUg | ||
~ pi_is_3.14 | ~ pi_is_3.14 |
Revision as of 21:33, 11 February 2021
Problem 4
A cart rolls down a hill, travelling inches the first second and accelerating so that during each successive -second time interval, it travels inches more than during the previous -second interval. The cart takes seconds to reach the bottom of the hill. How far, in inches, does it travel?
Solution
Since we seek the sum in which there are 30 addends. The last addend is Therefore, the requested sum is Recall that to find the sum of an arithmetic series, we take the average of the first and last terms, then multiply by the number of terms, namely
Video Solution (Using Arithmetic Sequence)
~ pi_is_3.14