Answer:
The correct answer is:
Poisson (A.)
Step-by-step explanation:
A Poisson distribution is used to model the number of events occurring within a given time interval, when the average number of times that the event occurs within the time interval is given.
Lambda ( λ ) is a rate parameter in Poisson's distribution, and it is used to represent "event/time", and it simply represents <em>the expected number of events in the interval.</em>
Answer: The time taken by both of them if they work together is given by

Step-by-step explanation:
Since we have given that
Time taken by Blake to paint one room = 9 hours
Time taken by Ned to paint one room = 6 hours
Work done by Blake = 
Work done by Ned = 
Total work done by both of them together is given by

So, the time taken by both of them if they work together is given by

Let's say our first integer is "a".
how to get the next consecutive EVEN integer? well, just add or subtract 2 from it, therefore, the second consecutive integer will be "a + 2".
and the next after that, will then be (a + 2) + 2, or "a + 4".
so those are are 3 integers, a a + 2 a+4
notice that, from any even or odd integer, if you hop twice either forwards or backwards, you'll land on another even or odd integer respectively.
2 + 2 is 4, or 8 + 2 is 10 some even ones
3 + 2 is 5, or 13 + 2 is 15, some odd ones
![\bf \stackrel{\textit{3 times the first}}{3a}~~=~~\stackrel{\textit{26 less than twice the sum of the others}}{2[~(a+2)+(a+4)~]~~~-26} \\\\\\ 3a=2[~2a+6~]-26\implies 3a=4a+12-26\implies 3a=4a-14 \\\\\\ 0=a-14\implies 14=a](https://tex.z-dn.net/?f=%5Cbf%20%5Cstackrel%7B%5Ctextit%7B3%20times%20the%20first%7D%7D%7B3a%7D~~%3D~~%5Cstackrel%7B%5Ctextit%7B26%20less%20than%20twice%20the%20sum%20of%20the%20others%7D%7D%7B2%5B~%28a%2B2%29%2B%28a%2B4%29~%5D~~~-26%7D%0A%5C%5C%5C%5C%5C%5C%0A3a%3D2%5B~2a%2B6~%5D-26%5Cimplies%203a%3D4a%2B12-26%5Cimplies%203a%3D4a-14%0A%5C%5C%5C%5C%5C%5C%0A0%3Da-14%5Cimplies%2014%3Da)
what are the other two consecutive integers? well, a + 2 and a + 4.
Answer:
Tn = 2Tn-1 - Tn-2
Step-by-step explanation:
Before we can generate the recursive sequence, we need to find the nth term of the given sequence.
nth term of an AP is given as:
Tn = a+(n-1)d
If a17 = -40
T17 = a+(17-1)d = -40
a+16d = -40 ...(1)
If a28 = -73
T28 = a+(28-1)d = -73
a+27d = -73 ...(2)
Solving both equations simultaneously using elimination method.
Subtracting 1 from 2 we have:
27d - 16d = -73-(-40)
11d = -73+40
11d = -33
d = -3
Substituting d = -3 into 1
a+16(-3) = -40
a - 48 = -40
a = -40+48
a = 8
Given a = 8, d = -3, the nth term of the sequence will be
Tn = 8+(n-1) (-3)
Tn = 8+(-3n+3)
Tn = 8-3n+3
Tn = 11-3n
Given Tn = 11-3n and d = -3
Tn-1 = Tn - d... (3)
Tn-1 = 11-3n +3
Tn-1 = 14-3n
Tn-2 = Tn-2d...(4)
Tn-2 = 11-3n-2(-3)
Tn-2 = 11-3n+6
Tn-2 = 17-3n
From 3, d = Tn - Tn-1
From 4, d = (Tn - Tn-2)/2
Equating both common difference
(Tn - Tn-2)/2 = Tn - Tn-1
Tn - Tn-2 = 2(Tn - Tn-1)
Tn - Tn-2 = 2Tn-2Tn-1
2Tn-Tn = 2Tn-1 - Tn-2
Tn = 2Tn-1 - Tn-2
The recursive formula will be
Tn = 2Tn-1 - Tn-2
To find the GCF:
-- List the factors of the first number.
-- List the factors of the second number.
-- Make a short list of the factors that show up for BOTH numbers.
-- Find the biggest number on the short list.
Factors of the first number (99): <u>1</u>, 3, 9, <u>11</u>, 33, 99 .
Factors of the second number (121): <u>1</u>, <u>11</u>, 121 .
Short list (factors that show up for both numbers): 1, 11
Biggest number on the short list: <em>11</em>