Given
- f(n) values for n=1,2,3,4
- possible candidates for the function
Solution:
Method: Evaluate some of the values, for each function. A function with ANY value not matching the given f(n) values will be rejected.
N=1, f(n)=4
f(1)=4-3(1-1)=4
f(1)=4+3^(1+1)=4+3^2=4+9=13 ≠ 4 [rejected]
f(1)=4(3^(n-1))=4(3^0)=4
f(1)=3(4^(n-1))=3(4^0)=3*1=3 [rejected]
N=2, f(n)=12
f(1)=4-3(2-1)=4-3(1)=1 ≠ 12 [rejected]
[rejected]
f(1)=4(3^(2-1)=4*3^1=4*3=12
[rejected]
Will need to check one more to be sure
N=3, f(n)=3
[rejected]
[rejected]
f(3)=4(3^(n-1))=4(3^(3-1))=4(3^2)=4*9=36 [Good]
[rejected]
Solution: f(n)=4(3^(n-1))
Answer:
Step-by-step explanation:
Explanation:
Since it is a right triangle and we are given the two shorter legs, the hypotenuse is found by
c
2
=
a
2
+
b
2
c
2
=
10
2
+
24
2
=
100
+
576
=
676
c
=
√
676
=
26
The probability that 2 out of 10 randomly selected shipments would be late is 0.19.
<h2>Given </h2>
A shipping company claims that 90% of its packages are delivered on time.
Jenny noticed that out of the last 10 packages shipped, 2 were late.
<h2>What is probability?</h2>
The probability of success and failure remain the same throughout the trials.
The probability that 2 out of 10 randomly selected shipments would be late is given by;

Hence, the probability that 2 out of 10 randomly selected shipments would be late is 0.19.
To know more about Probability click the link given below.
brainly.com/question/5053059