NPr Command

From GeoGebra Manual
Revision as of 11:17, 11 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


nPr ( <Number n>, <Number r> )
Returns the number of possible permutations without repetition of r elements out of a list of n elements.
Example: nPr(10, 2) yields 90.


CAS Syntax

nPr ( <Number n>, <Number r> )
Returns the number of possible permutations without repetition of r elements out of a list of n elements.
Examples:
  • nPr(10, 2) yields 90.
  • nPr(n, 3) yields \frac{n!}{(n-3)!}.
© 2024 International GeoGebra Institute