7.50 times hours would be her pay then add the bonus x number of bouquets
a = 7.50h +(bn)
ANSWER
The multiplication, CA is defined, and its dimension is 3×2
EXPLANATION
Matrix A is a 2x3 matrix.
Matrix C is a 3×2 matrix.
The product of the two matrices , CA, is defined if and only if the inner product of their dimension are the same.

The inner products are the same.
Hence the matrix multiplication, CA is defined and its dimension is the outer products.

Answer:
Bottom answer
Step-by-step explanation:
Although I cannot see the answer labels, the answer is the very bottom graph. The way you can find a functional graph is if you add vertical lines going down and that there is only one point that crosses it, not two. It is kind of difficult for me to explain, so if you need help, I suggest you look up how to know when a graph is a function or not.
Answer:
Given
f(x) = 2x+7
g(x) = x^2-4
h(x) = 5x
a. 4h(x)
= 4 * 5x
= 20x
b. f(x) - g(x)
f(x) - g(x) = 2x + 7 - (x^2 - 4)
= 2x+7-x^2+4
=-x^2+2x+7+4
=-x^2+2x+11
c. f(g(x)) = 2(g(x))+7
=2(x^2-4) +7
=2x^2-8+7
=2x^2-1
d. g(x)h(x) = (x^2-4)(5x)
= 5x^3 - 20x
e. g(x) / f(x) = x2 - 4/ 2x + 7