$0.85 * 4 = $3.40
$6.40 - $3.40 = $300
Brussel sprouts per pound = $300 / 4
= $0.75
25
The triangle given by 9, unknown, and 15 and the triangle given by 15, unknown, and x are similar triangles and therefore 9:15 = 15:x
X is 25 in this case
The formula
a(n) = 2 - 5(n-1)
is in the form
a(n) = a1 + d(n-1)
where
a1 = first term = 2
d = -5 = common difference
The first term is carried over to the recursive formula. We start with a1 = 2. The next term after that is found by subtracting 5 from the previous term. So
second term = (first term) - 5
third term = (second term) - 5
and so on
The recursive step would be
a(n) = a(n-1)-5
So that's why the answer is choice C