Answer:
Step-by-step explanation:
∩
is asking for the intersection of sets
and
, or simply, which numbers can be found in both sets.
The numbers shared between the two sets are
.
Next, we need to union this result with the set
, or simply, combine the numbers in both sets together.
This would result in 
Answer:
- recursive: a[1] = 7440; a[n+1] = a[n] -120
- explicit: a[n] = 7440 -120(n -1)
Step-by-step explanation:
The sequence of amounts in Jackson's account will be ...
7440, 7320, 7200, ...
with a first value (a1) of 7440 and a common difference (d) of -120.
The recursive formula for an arithmetic sequence is ...
a[1] = a1
a[n+1] = a[n] +d
For our sequence, the recursive formula is ...
a[1] = 7440
a[n+1] = a[n] -120
__
The explicit formula for an arithmetic sequence is ...
an = a1 +d(n -1)
For our sequence, the explicit formula is ...
a[n] = 7440 -120(n -1)
ANSWER
320cm ²
STEP BY STEP
2 widths (16) should equal 32, so you should have 40cm left. Divide 40 by 2 to get one length. Length = 20, width = 16.
So to find the area, you multiply length times width. 20 x 16 = 320
The area is 320cm ²