A sequence has its first term equal to 4, and each term of the sequence is obtained by adding 2 to the previous term. If f(n) represents the nth term of the sequence, which of the following recursive functions best defines this sequence? f(1) = 2 and f(n) = f(n - 1) + 4; n > 1 f(1) = 4 and f(n) = f(n - 1) + 2n; n > 1 f(1) = 2 and f(n) = f(n - 1) + 4n; n > 1 f(1) = 4 and f(n) = f(n - 1) + 2; n > 1
@AlexandervonHumboldt2 b? @Mehek14
A student needs to make a square cardboard piece. The cardboard should have a perimeter equal to at least 92 inches. The function f(s) relates the perimeter of a cardboard piece, in inches, to the length of its side in inches. Which of the following shows a reasonable domain for f(s)? 23 < s < 46 23 < s < 92 s ≥ 92 s ≥ 23
i would say D
b also right
you would @AlexandervonHumboldt2
you add 2 not 2*n
oh ok
how about for the 2nd one ?
s ≥ 92
? @AlexandervonHumboldt2
Join our real-time social learning platform and learn together with your friends!