M α W
M = c1 * W
W α T
W = c2 * T
M = c3 * T
I think your question is missing ?
Explanation:
A sequence is a list of numbers.
A <em>geometric</em> sequence is a list of numbers such that the ratio of each number to the one before it is the same. The common ratio can be any non-zero value.
<u>Examples</u>
- 1, 2, 4, 8, ... common ratio is 2
- 27, 9, 3, 1, ... common ratio is 1/3
- 6, -24, 96, -384, ... common ratio is -4
___
<u>General Term</u>
Terms of a sequence are numbered starting with 1. We sometimes use the symbol a(n) or an to refer to the n-th term. The general term of a geometric sequence, a(n), can be described by the formula ...
a(n) = a(1)×r^(n-1) . . . . . n-th term of a geometric sequence
where a(1) is the first term, and r is the common ratio. The above example sequences have the formulas ...
- a(n) = 2^(n -1)
- a(n) = 27×(1/3)^(n -1)
- a(n) = 6×(-4)^(n -1)
You can see that these formulas are exponential in nature.
__
<u>Sum of Terms</u>
Another useful formula for geometric sequences is the formula for the sum of n terms.
S(n) = a(1)×(r^n -1)/(r -1) . . . . . sum of n terms of a geometric sequence
When |r| < 1, the sum converges as n approaches infinity. The infinite sum is ...
S = a(1)/(1-r)
Since it's a multiple of 24, it has to be a multiple of the factors of 24.
Factors of 24:
2,3,4,6,8,12
You can use some of this knowledge to help create the number.
Since the # needs to be a multiple off 2, the last digit needs to be an 8
All numbers that are multiples of 3 have the property that all of their digits added together have to be a number that is evenly divisible by 3.
so your number will look like:
_ _ _ _ _ 8
so start trying combinations for the other 5 digits that give you a number that is a multiple of 3: 3,6,9,12,15, ect. If you can't find one, then it's impossible
The graph of the linear equation can be seen in the image below.
<h3 /><h3>How to graph the linear equation?</h3>
Here we have the linear equation:
y = (2/5)*x - 6
To graph it, we just need to find two points on the line, and then connect them with a line.
To find the points we just evaluate in two values of x.
if x = 0.
y = (2/5)*0 - 6 = -6
Then we have the point (0, -6)
If x = 5.
y = (2/5)*5 - 6 = 2 - 6 = -4
Then we have the point (5, - 4)
Now we can graph these two points and connect them with a line. The graph of the line can be seen below.
If you want to learn more about linear equations:
brainly.com/question/1884491
#SPJ1