Answer:
You take the repeating group of digits and divide it by the same number of digits but formed only by 9s.
Step-by-step explanation:
Let's say you have 0.111111111111...., your repeating pattern is 1, that consists of one digit (1). You take that digit and you divide it by 9:
1/9 is the fraction equivalent to 0.111111111111111...
Let's say you have 0.12121212121212...., the repeating pattern is 12, that consists of 2 digits (12). You take those 2 digits and divide them by 99:
12/99 is the fraction equivalent to 0.12121212121212...
which can be reduced to 4/33
If you have 0.363363363363..., your repeating pattern is 363, which is 3 digits, so you divide 363by 999:
363/999 is the fraction equivalent to 0.363363363363...
which can be simplified to 121/333
Answer:
a) correct option is
Poisson distribution is 6.2 and standard deviation is 2.49
b) probability for only 2 or less than 2 surgeries in a given day is 0.0536
Step-by-step explanation:
Given data:
mean number is given as 6.2
correct option is
Poisson distribution is 6.2 and standard deviation is 2.49
we know that variance is given as
hence, standard deviation is given as 
thus standard deviation is 2.49
correct option is
Poisson distribution is 6.2 and standard deviation is 2.49
b) probability for only 2 or less than 2 surgeries in a given day is


= 0.002029 + 0.012582+ 0.039006
= 0.053617
= 0.0536
Answer:
i need more information like how much mai biked
Step-by-step explanation:
Answer:
Step-by-step explanation:
I need the answer for same question pleas
Answer:
a. a[1] = 3; a[n] = 2a[n-1]
b. a[n] = 3·2^(n-1)
c. a[15] = 49,152
Step-by-step explanation:
Each term of the given sequence is 2 times the previous term. (This description is the basis of the recursive formula.) That is, the terms of the given sequence have a common ratio of 2. This means the sequence is geometric, so the formulas for explicit and recursive rules for a geometric sequence apply.
The first term is 3, and the common ratio is 2.
<h3>(a)</h3>
The recursive rule is ...
a[1] = 3
a[n] = 2×a[n-1]
__
<h3>(b)</h3>
The explicit rule is ...
a[n] = a[1]×r^(n-1)
a[n] = 3×2^(n-1)
__
<h3>(c)</h3>
The 15th term is ...
a[15] = 3×2^(15-1) = 3×2^14
a[15] = 49,152