Referenced from lesson Restating the Problem
Directions: An Olympic pool holds 660,000 gallons of water. A fire hose can spray about 250 gallons per minute. Write a function pool
that takes in the number of minutes that have passed and calculates how much water is still needed to fill it.
Contract and Purpose Statement |
Every contract has three parts…
# ____::______->______
# _______________________________________________________________________________________________
Examples |
Write some examples, then circle and label what changes…
examples:
______ (__) is____________________
______ (__) is____________________
end
Definition |
Write the definition, giving variable names to all your input values…
fun ____(_):
__________________________
end
Directions: The community arts fund awards a $1500 grant each month to support a new mural. They started with $50000 in their account. Write a function funds-available
that takes in the number of months and calculates how much money they have left.
Contract and Purpose Statement |
Every contract has three parts…
# _______________::______->______
# _______________________________________________________________________________________
Examples |
Write some examples, then circle and label what changes…
examples:
_________________ (_) is___________________
_________________ (__) is____________________
end
Definition |
Write the definition, giving variable names to all your input values…
fun _______________(_____________):
_________________________
end
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). Bootstrap:Algebra by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.