81.4k views
5 votes
Question 13 (1 point),

Which sequence is generated by the function f(n + 1) = f(n) - 2 for f(1) = 10?
O
O
8, 18, 28, 38, 48,...
10, 8, 6, 4, 2,...
-2,8, 18, 28, 38,...
-10.-12, -14, -16, -18....
b
C
d
O
o
O
Question 14 (1 point)
The force of gravity on an object varies directly with its mass. The constant of variation due to gravity is 32.2 feet p
Which equation represents F, the force on an object due to gravity according to m, the object's mass?
A)
T = 16 17

User Pulkit Jha
by
7.2k points

1 Answer

2 votes

13: Since f(1)=10, the sequence must start with 10. We have only one sequence starting with 10, and indeed it verifies f(n+1)=f(n)-2, i.e. the next term is 2 less than the previous one.

14: If y varies directly with x, then there is a constant of variation k such that


(y)/(x)=k \iff y=kx

In your case, F varies directly with m, with a constant of variation of 32.2, so we have


F=32.2m

User Evans
by
7.3k points