Area Between CurvesExpected Educational ResultsBloom’s TaxonomyApplication: Area Between CurvesDefinition: Probability Density FunctionDefinition: ProbabilityDefinition: Normal Probability Density FunctionInvestigation 10Investigation 11Check Your WorkUse Technology to Compute Normal ProbabilitiesCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Suppose
Suppose
Let
NOTE: On any assessments, you may use technology to estimate normal probabilities without showing any work.
Mathematica
To check the answer in Investigation 11-4:
x
1(* Investigation 11-4 *)2Integrate[1/(1*Sqrt[2*Pi])/E^((x-10)/(1*Sqrt[2]))^2, {x,-Infinity,12}]//NWarnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
Integrate[ ] has two arguments:
The function in the integrand of the average value integral;
For help on using the Integrate[ ] function:
You may need parens,
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Created: Thursday, 17 September 2020 2:48 EDT Last Modified: Wednesday, 02 March 2022 - 03:58 (EST)