Answer:
coefficient of x: 2
coefficient of y: 3
coefficient of z: -7
Step-by-step explanation:
To solve this problem, first we need to sum the polynomials A and B, then we need to check the coefficients of x, y and z.
The sum of the polynomials is:
A + B = 5z + 4x^2 - 6y + 2 + 2x + 9y - 12z - 2
A + B = 4x^2 + 2x + 3y - 7z
So, the coefficients are:
coefficient of x^2: 4
coefficient of x: 2
coefficient of y: 3
coefficient of z: -7
Answer:
You take turns plugging in each number for your answers. I’ll list them below.
6(0) - (0)2 = 0
6(1) - (1)2 = 4
6(2) - (2)2 = 8
6(3) - (3)2 = 12
6(4) - (4)2 = 16
6(5) - (5)2 = 20
6(6) - (6)2 = 24
The pattern I’ve noticed is every time you increase the value from the previous meaning for x, the solution increases by 4. I hope this helps and let me know if I’m right.
Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Answer:
The number is -9.
Step-by-step explanation:
If we let the number be x we have the equation 6x + 7 = -47.
6x + 7 - 7 = -47 - 7
6x = -54
x = 054/6
x = -9.
Slope of a line passing through these two points is
.
Hope this helps.