Question: { cells: [ { cell _ type: code, execution _ count: 7 , metadata: { } , outputs: [ ] , source: [

{
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"
",
"# your name:
",
"# your id:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Part a is 60 points, Part b is 20, Part c and d are 10 points
",
"
",
"Visitors parking at Ozark College is limited to five spaces only. Cars making use of this space
",
"arrive according to a Poisson distribution at the rate of six cars per hour. Parking time is exponentially
",
"distributed with a mean of 30 minutes. Visitors who cannot find an empty space on
",
"arrival may temporarily wait inside the lot until a parked car leaves. That temporary space can
",
"hold only three cars. Other cars that cannot park or find a temporary waiting space must go
",
"elsewhere. Determine the following:
",
"
",
"(a) The probability, $p_n$, of n cars in the system.
",
"
",
"(b) The effective arrival rate for cars that actually use the lot.
",
"
",
"(c) The average number of cars in the lot.
",
"
",
"(d) The average time a car waits for a parking space inside the lot."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#part a, code here "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#part b, code here"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#part c, code here"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#part d, code here"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "base",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!