9=30*25+25*53. which = 2975.
You have to split the shape into two smaller ones to make two rectangles and find the area of both and add them together.
With 12, you need to find the area of both shaped and subtract the triangle form the rectangle to get 93.5.
You can try them out and see which one works.
a: f(2) = f(1) +6 = 5+6 = 11 . . . . . . not this one
b: f(1) = f(2) -6 = -1-6 = -7 . . . . . . not this one (5 ≠ -7)
c: f(2) = f(1) - 6 = 5 - 6 = -1 . . . . . this gives the right f(2)
d: f(2 = -6(f(1) = -6(5) = -30 . . . . not this one
_____
The appropriate choice is ...
... f(n +1) = f(n) - 6
— — — — —
You can also recognize that the next term is 6 less than the current one, so f(n+1) = f(n) - 6, which corresponds to the 3rd selection.
The recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
<h3>How to determine the recursive sequence that would produce the sequence?</h3>
The sequence is given as:
8,-35,137,…
From the above sequence, we can see that:
The next term is the product of the current term and -4 added to -3
i.e.
Next term = -3 + Current term * -4
So, we have:
T(n + 1) = -3 + T(n) * -4
Rewrite as:
T(n + 1) = -3 - 4T(n)
Hence, the recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
Read more about recursive sequence at
brainly.com/question/1275192
#SPJ1
6/10 - 1/2...common denominator is 10
6/10 - 5/10 = 1/10 <==