Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence
Answer:
The answer is 672.
Step-by-step explanation:
To solve this problem, first let's find the surface area of the rectangular prism. To do that, multiply each dimension with each (times 2 | just in case you don't understand [what I'm talking about is down below]).
8 x 8 x 2 = 128
8 x 11 x 2 = 176
8 x 11 x 2 = 176
Then, add of the products together to find the surface area of the rectangular prism.
176 + 176 + 128 = 480
Now, let's find the surface area of the square pyramid. Now, for this particular pyramid, let's deal with the triangles first, then the square. Like we did with the rectangular prism above, multiply each dimension with each other (but dividing the product by 2 | in case you don't understand [what i'm talking about is down below]).
8 x 8 = 64.
64 ÷ 2 = 32.
SInce there are 4 triangles, multiply the quotient by 4 to find the surface area of the total number of triangles (what i'm talking about is down below).
32 x 4 = 128.
Now, let's tackle the square. All you have to do is find the area of the square.
8 x 8 = 64.
To find the surface area of the total square pyramid, add both surface areas.
128 + 64 = 192.
Finally, add both surface areas of the two 3-D shapes to find the surface area of the composite figure.
192 + 480 = 672.
Therefore, 672 is the answer.
Answer:
Assume the random variable X has Poisson distribution.
The mean of X is given as
μ
=
7.
As mean of Poisson distribution is equal to...
Answer:
(0, 1 ) and (
,
)
Step-by-step explanation:
Given the 2 equations
x³ - xy = 0 → (1)
x + y = 1 → (2) ( subtract x from both sides )
y = 1 - x → (3)
Substitute y = 1 - x into (1)
x² - x(1 - x) = 0
x² - x + x² = 0
2x² - x = 0 ← factor out x from each term on the left side
x(2x - 1) = 0
Equate each factor to zero and solve for x
x = 0
2x - 1 = 0 ⇒ 2x = 1 ⇒ x = 
Substitute these values into (3) for corresponding values of y
x = 0 : y = 1 - 0 = 1 ⇒ (0, 1 )
x =
: y = 1 -
=
⇒ (
,
)