3 Stage 3
The answer to Stage 2 was 259.
Extend the range of numbers to 10 (i.e., cards range from 1 to 10).
Problem: Determine how many different configurations have the value 24, this time permitting all four arithmetic operations. Implement a function with the signature
how-many-24-10-4 :: () -> Number
that when applied to no inputs computes the number of these configurations.