Casio ClassPad II Custom Commands

discrete (Function)

Command last updated 4/7/2022.

Download

Note - this program does not work in all cases, such as biCDf (use the builtin binomialCDf instead). Answers should be tested by the user.

discrete(”f ”, x, l, u, h)

Returns a matrix with x-values in the left column and f-values at the corresponding x-values in the right column, for discrete values of x with step size h in the domain [l,u].

Example

\(X \sim \mathrm{Bi}(n, 0.1)\). Find the least \(n\) such that \(\mathrm{Pr}(X \geq 2) \geq 0.5\). (2021 Methods Exam 2 Section A Question 17)

discrete("binomialCDf(2, n, n, 0.1)", n, 15, 19, 1)

Contributed by Nhan