Explanation: Since there is a total of 10 marbles, and 2 are red, you would divide the red marbles (2) out of the total marbles (10) which would get u .2. Since it’s asking for probability, we would keep .2 a decimal.
function composition is an operation that takes two functions f and g and produces a function h such that h(x) = g(f(x)). In this operation, the function g is applied to the result of applying the function f to x.