Answer:
1000
Step-by-step explanation:
x = 1, y = -1, and z = 2
Answer:
48-6n-8
40-6n
Step-by-step explanation:
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
Answer:
x(6 + 8x²) or 6x + 8x³.
Step-by-step explanation:
"The square of x" can be represented by x² and 8 times that would be 8 * x² or 8x². The sum of 6 and 8x² can be represented by 6 + x² and the product of x and 6 + x² can be represented by x * (6 + 8x²) or x(6 + 8x²) which simplifies to 6x + 8x³.