Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions your-code/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"metadata": {},
"outputs": [],
"source": [
"\"\"\"\n",
"your solution here\n",
"\"\"\""
"\"\"\"1. not correct should be 0,8\n",
"2. correct\n",
"3. not correct should be 0,3\n",
"4. not correct should be 0,2\n",
"5. correct\"\"\""
]
},
{
Expand All @@ -48,9 +50,10 @@
"metadata": {},
"outputs": [],
"source": [
"\"\"\"\n",
"your solution here\n",
"\"\"\""
"\"\"\"1. 1/3\n",
"2. 10/29\n",
"3. 11/28\n",
"4. 2/5\"\"\""
]
},
{
Expand All @@ -74,9 +77,11 @@
"metadata": {},
"outputs": [],
"source": [
"\"\"\"\n",
"your solution here\n",
"\"\"\""
"\"\"\"P C|R = 0.5\n",
" P C = 0.4\n",
" P R = 0.1\n",
"\n",
"P R|C = 0,124\"\"\""
]
},
{
Expand Down Expand Up @@ -106,7 +111,8 @@
"metadata": {},
"outputs": [],
"source": [
"# your code here"
"#1. 0,675 = 67,5%\n",
"#2. 0,48 = 48%"
]
},
{
Expand All @@ -115,15 +121,14 @@
"metadata": {},
"outputs": [],
"source": [
"\"\"\"\n",
"your solution here\n",
"\"\"\""
"\"\"\"Gender is irrelevant. These events are independent. That fact of wanting more light does\n",
"not depend on whether one is a male or a female.\"\"\""
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -137,7 +142,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.2"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down