Answer:
59
Step-by-step explanation:
Answer:
0.002
Step-by-step explanation:
We need to estimate the standard error of the mean, so we can use it as a standard deviation of the sample of 50 males.
Standard error of the mean = standard deviation/√n
Standard error of the mean = 32/√50 = 4.52
Now we can use this Standard error of the mean to estimate z as follows:
Z = (x – mean)/standard deviation
Z = (190-177)/4.52
Z = 2.87
Using a Z table we can find probability that mean is under 190
P (z<190)= 0.998
For the probability that the mean exceed 190 lbs we substract from 1
P(z>190) = 1 - 0.998 = 0.002
Answer:
1/3m+L>8 (TAKE 1/3M to the other side of the inequality)
L is greater than or equal to 8 - 1/3m
Step-by-step explanation:
A recursive sequence is a sequence of numbers whose values are determined by the numbers that come before them in the sequence.
We’re given a sequence whose (n + 1)-th term f(n + 1) depends on the value of the n-th term f(n), specified by the recursive rule
f(n + 1) = -4 f(n) + 3
We’re also given the 1st term in the sequence, f(1) = 1. Using this value and the recursive rule, we can find the next term f(2). (Just replace n with 1.)
f(1 + 1) = -4 f(1) + 3
f(2) = -4 • 1 + 3
f(2) = -1
We do the same thing to find the next term f(3) :
f(2 + 1) = -4 f(2) + 3
f(3) = -4 • (-1) + 3
f(3) = 7
One more time to find the next term f(4) :
f(3 + 1) = -4 f(3) + 3
f(4) = -4 • 7 + 3
f(4) = -25