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.
Answer:
1 hour
Step-by-step explanation:
Originally we have
length = x
width = x-2
since the width is 2 inches smaller than the length
now let's triple each dimension. Multiply the expressions by 3 to get
new length = 3*x
new width = 3*(x-2) = 3x-6
Now onto the area
area = (length)*(width)
area = (3x)*(3x-6)
area = 3x*3x-3x*6
area = 9x^2 - 18x
So the new larger rectangle has area of 9x^2-18x
Answer:
C is the correct option
Step-by-step explanation:
To find the probability of P(a or b) we will use the formula:
P(a or b)= P(a)+ P(b) - P(a-b)
Now put the given values in the formula:
P(a or b)= 0.60+0.25-0.15
P(a or b)=0.85 - 0.15
P(a or b)= 0.70
Thus the correct option is C....