asked 210k views
1 vote
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 going 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.

asked
User Lunchbox
by
8.3k points

2 Answers

4 votes
t ( x ) = 3 x + 1
c ( x ) = x + 4
c ( t ( x ) ) = 3 x + 1 + 4 = 3 x + 5
When x = 2:
c ( 2 ) = 3 * 2 + 5 = 6 + 5 = 11
Answer: $11 must be spent on green beans.
answered
User Robert Ivanc
by
8.5k points
3 votes

Answer: The amount of money he must be spent when the crew is going to work 2 shifts is $11.

Explanation:

Since we have given that

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 going to work in the truck.

And the function c(x)= x+4

Since the crew uses c(t(x)) to find the amount of money to spend on green beans .

So, we will use "Composition of functions ":


c(t(x))=(3x+1)+4\\\\c(t(x))=3x+5

Since the crew is going to work 2 shifts , so our answer will be


c(t(2))=3(2)+5\\\\c(t(2))=6+5\\\\c(t(2))=11

Hence, the amount of money he must be spent when the crew is going to work 2 shifts is $11.

answered
User Xtra
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.