79.5k views
1 vote
Help if you can please!!

Help if you can please!!-example-1
User Rystraum
by
4.3k points

1 Answer

5 votes

Answer: Choice (B)

25b^2+40b+23

===================================================

Work Shown:

c(b) = 5b

h(b) = b+4

h(c(b)) = c(b)+4 ... replace every b with c(b)

h(c(b)) = 5b+4 ... replace c(b) on the right hand side with 5b

For the sake of simplicity, let's call "h(c(b))" as k

k = h(c(b))

k = 5b+4

that way we can use it later in the next section

---------------

a(b) = b^2 + 7

a(k) = k^2 + 7 ... replace b with k

a(k) = (5b+4)^2 + 7 ... plug in k = 5b+4

a(k) = 25b^2+40b+16+7 .... use FOIL rule

a(k) = 25b^2+40b+23

a( h(c(b)) ) = 25b^2+40b+23

In that last step, I replaced k with h(c(b)) so that we get to the original format your teacher wanted.

User Nick Law
by
5.0k points