26.7k views
2 votes
The function t(x)=3x+1 determines how many cans of green beans a food truck needs to stock on board, where x is the number of shifts the crew is goin to work in the truck. The crew uses c(t(x)) to find the amount of money to spend on green beans. The function c(x)=x+4. Solve for how much money must be spent when the crew is going to work 2 shifts

2 Answers

3 votes


image

User Josh Sterling
by
7.3k points
1 vote

Answer:

11

Explanation:

The function c(t(x)) means that t(x) equation must be substituted into c(x) as the value x:

c(t(x))
=3\cdot{x}+1+4

if the crew works 2 shifts x=2 and we can substutite into c(t(x)):

c(t(2))
=3\cdot{2}+1+4=11

User Littleworth
by
8.1k points