Well,
we know that we need to accumulate points from x and y to reach 20 points.
since x provide 3 and y provide 4 points, the formula would be :
3x + 4y = 20
or it can be written as :
y = (3x/4)+5
hope this helps
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 coordinates of Point D are: (-5,-8)
Step-by-step explanation:
The formula for mid-point is given by:
For the point (x1,y1) and (x2,y2)
Given that
M = (-3, -6)
C = (-1, -4) => (x1,y1)
Putting the values of given points in the formula for mid-point
Putting respective coordinates equal
Hence,
The coordinates of Point D are: (-5,-8)
Answer:
3/2
Step-by-step explanation:
The multiplicative inverse also known as reciprocal implies it is something that is the opposite.
The given value is 2/3, so the opposite would just mean you flip the numerator and denominator. Thus, the reciprocal of 2/3 is 3/2.