Total number of possible 3-topping pizzas are 336 ways.
<h3>How do you calculate the number of possible ways something can be arranged?</h3>
In more general terms, if we have n items total and want to pick k in a certain order, we get: n! / (n – k)! And this is the permutation formula: The number of ways k items can be ordered from n items: P(n,k) = n (n – k)!
Given that,
Total number of items n = 8
number of picking item k = 3
Now,
p(n,k) = 
p(8,5) = 
= 
= 
= 8 × 7 ×6
p(8,5) = 336 ways
Hence, Total number of possible 3-topping pizzas are 336 ways.
To learn more about number of Possible ways from the given link:
brainly.com/question/4658834
#SPJ4