1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
attashe74 [19]
4 years ago
12

Repeat Problem 1, except for an M/M/3 queue with mean interarrival time 1.25 minutes and mean service time 3 minutes at each of

the three servers. Hint: You might want to consider creating a computer program or spreadsheet, or use mmc.exe.
Mathematics
1 answer:
Luda [366]4 years ago
5 0

Answer:

Step-by-step explanation:

library('queueing')

i_mmmc <- NewInput.MMC(lambda=1/1.25, mu=1/3,c=3) #create input parameters

o_mmc <- QueueingModel(i_mmc) #Build the model

mmc_summ <- summary(o_mmc)

t(mmc_summ$el[c(1,2,3,10,7,11,8,12,9)])

## [,1]

## lambda 0.800000000

## mu 0.333333333

## c 3.000000000

## X 0.800000000

## P0 0.05617978

## L 4.98876404

## Lq 2.58876404

## W 6.23595506

## Wq 3.23595506

The command-line program from the Simio website(username and password in preface of book )provided a c++ executable file that calculates various M/M/c metrics.it is called using the command prompt,navigating to the directory of the mmc.exe file,and typing mmc followed by values of \lambda ,mu and c separated by space...

$ cd C:\Users\Ayush\Google Drive\Education\Masters\SPS\DATA 604\Simio_Student_Resources

$ mmc 0.8 0.33333333 3

You might be interested in
Let f(x) = 5x + 6 and g(x) = -7x - 4. <br> Find f(x) + g(x)
sattari [20]
5x + 6 + (-7x - 4)

5x + 6 - 7x - 4

-2x + 2
4 0
3 years ago
12.
Verdich [7]

Answer:

C

Step-by-step explanation:

The elevati0on of sea level is 0 km and the elevation of the summit is 10 km

4 0
3 years ago
Do you know the inequality? Please explain and show answer :)
DerKrebs [107]
If u have a open circle, then the inequality has no equal sign. But if it is a closed circle, the inequality has an equal sign.
Shading to the left means " less then " .
Shading to the right means " greater then " .

(1) u have an open circle on -7 with shading to the left....
     x < -7

(2) u have a closed circle on 4.5 with shading to the left....
    x < = 4.5 (thats less then or equal)

(3) u have an open circle on -5 with shading to the right...
     x > -5

(4) u have an open circle on 1.5 with shading to the right...
     x > 1.5


4 0
3 years ago
The probability that an electronic device produced by a company does not function properly is equal to 0.1. If 10 devices are bo
coldgirl [10]

Answer:

Correct option: A. P=0.057

Step-by-step explanation:

<u>Binomial Distribution</u>

The binomial distribution fits the case of n independent events each one with a probability of success equal to p where k successes have been achieved.

The PMF (Probability Mass Function) of the binomial distribution is

\displaystyle P(k,n,p)=\binom{n}{k}p^kq^{n-k}

Where q = 1-p

The individual probability that an electronic device does not function properly is p=0.1. We know n=10 devices have been bought and we want to compute the probability that 7 devices function properly. Please notice that this is not the value of k since p is the probability of failure. The correct value of k=10-7=3. The required probability is

\displaystyle P(3,10,0.1)=\binom{10}{3}0.1^30.9^{10-3}

\boxed{P=0.057}

8 0
3 years ago
There are x number of students at helms. If the number of students increases by 7.8% each year, how many students will be there
vodomira [7]

There will be 1.078x students next year and equation is number of students in next year = x + 7.8% of x

<h3><u>Solution:</u></h3>

Given, There are "x" number of students at helms.  

The number of students increases by 7.8% each year which means if there "x" number of students in present year, then the number of students in next year will be x + 7.8% of x

Number of students in next year = number of students in present year + increased number of students.

\begin{array}{l}{\text { Number of students in next year }=x+7.8 \% \text { of } x} \\\\ {\text { Number of students in next year }=x\left(1+\frac{7.8}{100}\right)} \\\\ {\text { Number of students in next year }=x(1+0.078)=1.078 x}\end{array}

Thus there will be 1.078x students in next year

3 0
3 years ago
Other questions:
  • A rectangle's width is 23 cm and its length is 9cm. what is its area
    11·2 answers
  • A golf ball is hit from the ground with an initial velocity of 208 ft per second assume the starting height of the ball is 0 ft
    7·1 answer
  • A box of cereal states that there are 84 cal in a 3/4 cup serving what is the unit rate for calories per cup how many calories a
    9·2 answers
  • What is this?<br> q+2/5 = 2q - 11/ 7<br> Please help.
    14·1 answer
  • Will give brainliest<br> a. 39cm^2<br> b. 169cm^2<br> c. 338cm^2<br> d. 676cm^2
    13·2 answers
  • Felicia is a girl who plays on a co-ed volleyball team. Besides Felicia, the team is made up of 7 boys and 4 other girls. The te
    15·1 answer
  • Michael deposits $875 in a savings account that pays 4.5% interest. How much money does he earn at the end of 18 months?
    13·2 answers
  • What is the slope of y = −4x + 5?<br> i. 4 ii. 5 iii. − 4 iv. 4/5
    15·1 answer
  • I don’t know whether to add or subtract
    15·1 answer
  • Can you help me with this problem?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!