Skip to document

Football Coach problem

Football Coach problem
Course

Software Engineering (CS391)

174 Documents
Students shared 174 documents in this course
Academic year: 2021/2022
Uploaded by:
Anonymous Student
This document has been uploaded by a student, just like you, who decided to remain anonymous.
Fayoum University

Comments

Please sign in or register to post comments.

Preview text

Page 1 of 3

El-Shorouk Academy Acad. Year :

Higher Institute for Computer & Term : First

Information Technology Year : 3rd

Department of Computer sciences

Instructor : Dr shaaban

Computer modeling & simulation

➔ Example NO :-

- Professional football coach has six running backs on his squad. He

wants to evaluate how injuries might affect his stocks of running

backs. A minor injury causes a player to be removed from the

game and miss only the next game. A major injury puts the

player out of action for the rest of the season. The probability of

a major in a game is 0. There is at most one major injury per

game. The probability of minor injury per game is:

Number of injury Probability

0 0.

1 0.

2 0.

3 0.

4 0.

5 0.

Injuries seem to happen in a completely random pattern over the

season. A season is 10 games. Using the following random number,

simulate the fluctuating in the coach’s stock of running backs over the

season. Assume that he hires no additional running backs during the

season:-

Page 2 of 3

R:

044 392 898 615 986 959 558 353 577 866 305 813 024 189 878

023 285 442 862 848 060 131 963 874 805 105 452.

Number of injury Probability

0 0 00 000 → 199

1 0 00 200 → 699

2 0 0 700 → 919

3 0 0 920 → 969

4 0 970 → 994

5 0 995 → 999

  • Note we have three digit random numbers that means numbers

range 000 → 999 ( 1000 integer numbers )

  • Probability of major 0 ( 000 → 49 ) take 5o number from 1000

Then minor take the remaining numbers 50 → 999

  • There is at most one major injury per game.
Was this document helpful?

Football Coach problem

Course: Software Engineering (CS391)

174 Documents
Students shared 174 documents in this course

University: Fayoum University

Was this document helpful?
Page 1 of 3
El-Shorouk Academy Acad. Year :
Higher Institute for Computer & Term : First
Information Technology Year : 3rd
Department of Computer sciences
Instructor : Dr.farouk shaaban
Computer modeling & simulation
Example NO.9 :-
- Professional football coach has six running backs on his squad. He
wants to evaluate how injuries might affect his stocks of running
backs. A minor injury causes a player to be removed from the
game and miss only the next game. A major injury puts the
player out of action for the rest of the season. The probability of
a major in a game is 0.05. There is at most one major injury per
game. The probability of minor injury per game is:
Number of injury
Probability
0
0.2
1
0.5
2
0.22
3
0.05
4
0.025
5
0.005
Injuries seem to happen in a completely random pattern over the
season. A season is 10 games. Using the following random number,
simulate the fluctuating in the coach’s stock of running backs over the
season. Assume that he hires no additional running backs during the
season:-