102 ok i just have to write
It is a segment that connects two distinct points on a cicrcle.
Answer:
The shape and rate parameters are
and
.
Step-by-step explanation:
Let <em>X</em> = service time for each individual.
The average service time is, <em>β</em> = 12 minutes.
The random variable follows an Exponential distribution with parameter,
.
The service time for the next 3 customers is,
<em>Z</em> = <em>X</em>₁ + <em>X</em>₂ + <em>X</em>₃
All the <em>X</em>
's are independent Exponential random variable.
The sum of independent Exponential random variables is known as a Gamma or Erlang random variable.
The random variable <em>Z</em> follows a Gamma distribution with parameters (<em>α</em>, <em>n</em>).
The parameters are:

Thus, the shape and rate parameters are
and
.
Answer:
10 spiders and 12 ants
Step-by-step explanation:
You need to create two equations
s = # of spiders
a = # of ants
s + a = 22 heads
since each spider and ant has one head
8s + 6a = 152 legs
since every spider has 8 legs and every ant has 6
s + a = 22 can be turned into s = 22 - a
now use substitution
8(22 - a) + 6a = 152
176 - 8a + 6a = 152
176 - 2a = 152
24 = 2a
a = 12
now that you have the number of ants you can solve for the number of spiders
s + a = 22
s + 12 = 22
s = 10