The correct set showing the sequence for the given explicit expression f(n) = 4n + 2 is:
{6, 10, 14, 18}
Given the explicit expression f (n) = 4m + 2 write a set showing the sequence (1 point)
O (4, 8, 12, 16.)
O (2.6, 10, 14..)
0 16,10,14,18. 3
O 16,8.10,12.3
3 answers
Given the explicit expression f (n) = 51 - 2 write a set showing the sequence, and write a recursive expression. (1 point
O {5, 10, 15,20...J, f (1) = 5 and f (7) - f (n - 1) + 4
O (3, 8, 13, 18...) , f (1) - 3 and f (n) - f (n - 1) + 4
• {5, 10, 15, 20...J, f (1) = 5 and f (n) - f(n - 1) + 5
O (3, 8, 13, 18..), f (1) - 3 and f (n) - f (n - 1) + 5
O {5, 10, 15,20...J, f (1) = 5 and f (7) - f (n - 1) + 4
O (3, 8, 13, 18...) , f (1) - 3 and f (n) - f (n - 1) + 4
• {5, 10, 15, 20...J, f (1) = 5 and f (n) - f(n - 1) + 5
O (3, 8, 13, 18..), f (1) - 3 and f (n) - f (n - 1) + 5
The correct set showing the sequence for the given explicit expression f(n) = 51 - 2 is:
{49, 47, 45, 43, ...}
The correct recursive expression is:
f(1) = 49, and f(n) = f(n-1) - 2.
{49, 47, 45, 43, ...}
The correct recursive expression is:
f(1) = 49, and f(n) = f(n-1) - 2.