Answer:
Let f_n be the number of rabbit pairs at the beginning of each month. We start with one pair, that is f_1 = 1. After one month the rabbits still do not produce a new pair, which means f_2 = 1. After two months a new born pair appears, that is f_3 = 2, and so on. Let now n
3 be any natural number. We have that f_n is equal to the previous amount of pairs f_n-1 plus the amount of new born pairs. The last amount is f_n-2, since any two month younger pair produced its first baby pair. Finally we have
f_1 = f_2 = 1,f_n = f_n-1 + f_n-2 for any natural n
3.
I am somehow confused with the given matrix. Because usually, when the system of equations is given as:
ax + by = c
dx + ey = f
the matrix would be written in this manner:
![\left[\begin{array}{ccc}a&b&c\\d&e&f\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da%26b%26c%5C%5Cd%26e%26f%5Cend%7Barray%7D%5Cright%5D%20)
Let me just assume that the arrangement of the given corresponds to this system of equations:
4x + 8y = 0
2x + 5y = 6
So you write it as
![\left[\begin{array}{ccc}4&8&0\\2&5&6\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4%268%260%5C%5C2%265%266%5Cend%7Barray%7D%5Cright%5D%20)
In order to solve this, the matrix should look like this where x and y are the answers
![\left[\begin{array}{ccc}1&0&x\\0&1&y\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%260%26x%5C%5C0%261%26y%5Cend%7Barray%7D%5Cright%5D%20)
So, the first thing to do is apply this pattern: Row 2 = Row 1 - 2*Row 2. The result will be
![\left[\begin{array}{ccc}4&8&0\\0&-2&-12\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4%268%260%5C%5C0%26-2%26-12%5Cend%7Barray%7D%5Cright%5D%20)
Next, Row 1 = (Row 1/4) + R2:
![\left[\begin{array}{ccc}1&0&-12\\0&-2&-12\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%260%26-12%5C%5C0%26-2%26-12%5Cend%7Barray%7D%5Cright%5D%20)
Lastly, Row 2 = Row 2 / -2:
Thus, the answer is x=-12 and y=6.
2120/100=21.2
21.2x13=275.6
Therefore there are 275.6 acres remaining of pine trees.
Answer:
Variance = 3.9
Standard deviation = 1.975
p(x > 72) = 0.38482
Step-by-step explanation:
Given that :
Mean number (μ) of strokes per hole is approximately 3.9
For a poisson distribution :
σ² = μ
Hence,
Variance (σ²) = μ = 3.9
The standard deviation σ = √(σ²)
σ = √3.9 = 1.9748417
Poisson distribution relation :
p( x = x) = (λ^x * e^-λ) / x!
For an 18-hole round :
λ = 18 * 3.9 = 70.2
Using the poisson distribution calculator ; where λ = 70.2 ; x = 72
p(x > 72) = 0.38482