At Westonci.ca, we connect you with experts who provide detailed answers to your most pressing questions. Start exploring now! Experience the ease of finding quick and accurate answers to your questions from professionals on our platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

Drag the tiles to the correct boxes to complete the pairs. Not all tiles will be used. Match each sequence to its appropriate recursively defined function. Recursively Defined Function Tile One: f(1) = -18 f(n) = 2 · f(n - 1) for n = 2, 3, 4, ... Tile Two: f(1) = 11 f(n) = f(n - 1) + 22 for n = 2, 3, 4, ... Tile Three: f(1) = -18 f(n) = f(n - 1) + 22 for n = 2, 3, 4, ... Tile Four: f(1) = 11 f(n) = 3 · f(n - 1) for n = 2, 3, 4, ... Tile Five: f(1) = -18 f(n) = 6 · f(n - 1) for n = 2, 3, 4, ... Tile Six: f(1) = -18 f(n) = f(n - 1) + 21 for n = 2, 3, 4, ... Sequences: Recursively 11, 33, 55, 77, ... -18, 3, 24, 45, ... -18, -108, -648, -3,888, ...

Sagot :

Answer:

2,3,4

Step-by-step explanation: