The 4 is in the ten thousands place, and the thousands place
hope this helps
The equation of line that passes through point (-3, 8) and has an undefined slope is x = -3
<u>Solution:</u>
Given that we have to find the equation of line that passes through point (-3, 8) and has an undefined slope
Since the line has an undefined slope. This informs us that it is a vertical line parallel to the y-axis and passing through all points in the plane with the same x-coordinate.
If the slope of the line is undefined, then, by definition the line is a vertical line.
For a vertical line, the value of x is the same for each and every value of y
Given point is (x, y) = (-3 , 8)
Because the value of x in the point provided in the problem is -3, we get
Equation of line is : x = -3
Answer:
2a + 7
Step-by-step explanation:
-3a + 7 +5a
<em>subtract the negative 3 from the 5</em>
2a + 7
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:
n=5
Step-by-step explanation:
by using
n=(an-a)/a+1
substituting values
n= 7.2-(-7.2)/3.6 +1
n=5