Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Jupyter notebook Homework 2.1/Homework 2.1.ipynb
Homework 2.1
Make a notebook in Sage Math Cloud and explain and perform a simple estimation. Include cells with Markdown for your text and explanation as well as cells with Python showing simple calculations.
Instructions
Write your name at the beginning of the document
Fill in or replace the cells below
References
If you want to learn more about Markdown and Python, here are some links to get started.
This is a Markdown cell, use it like a word processor
Explain what you are trying to estimate in words.
How many pizza's will we need?
If we are hungry each person will eat 3/8 of a pizza. X represents our class size.
http://gawker.com/how-many-pizzas-should-you-order-the-pizza-equation-wi-1697815579
We need at least 7 pizza's if our assumption that each person will eat 3/8ths of a pizza is true.
But what if people aren't hungry and only eat 2/9 of each pizza? then we would need:
We would only need 4 to 5 pizzas. From this, I conclude, We need to determine a hunger scale before ordering any pizza.
if we held a worldwide pizza party
That's a lot of pizza.'
-Jordan Filak peer review: Great job explaining each step and great application.