Answer:
6 + 3d
Step-by-step explanation:
First, we can translate from English words to mathematical operations:
– Product: the result of multiplication
– Sum: the result of addition
So, we can rephrase the original sentence as “the result of adding 6 and (the result of multiplying 3 and d)”
When we multiply a constant like 3 by a variable like d, we usually write the two next to each other, which would be “3d” in this case. We can replace that last sentence in symbols with 6 + 3d
Coordinate form is (x,y) using the variables respectively.
2x+2y=-2
-2y
2x= -2-2y
/2
x=-1-y
9x-6y=36
9 (-1-y)-6y=36
-9-9y-6y=36
+9.
-9y-6y=45
-15y=45
/-15
y=-3
x=-1-y
x=-1- (-3)
x=2
answer: (2,-3)
<h3>
Answer: 31</h3>
=======================================
Work Shown:
Use the value of a0 to find the value of a1. The idea is you double the previous value, and then add 1.

Which is then used to find the value of a2. Follow the same process as before (double the previous value and then add 1).

This is used to find a3

Finally we can now find a4

Recursive sequences like this aren't too bad if n is small, but as n gets larger, things become more tedious. For those cases, its best to try to find a closed form equation. If not, then the next best thing is using a spreadsheet to automate the process.