The value of P(8, 3) is 336
Given the expression P(n,r), this is expressed according to the formula to have:
nPr = n!/(n-r)!
P(8, 3) = 8!/(8-3)!
P(8, 3) = 8!/5!
P(8, 3) = (8*7*6*5!)/5!
P(8, 3) = 336
Hence the value of P(8, 3) is 336
Learn more on permutation here: https://brainly.com/question/112112