175k views
3 votes
the function t(x)=4x+3 determines how many cans of hot sauce a food truck needed to stock on board where x is the number of shifts the crew is going to work i the truck the crew uses c(t(x)) to find the amount of money to spend on hot sauce the function c(x)=2x+5 solve for how much money must be spent when the crew is going to work 4 shifts.

2 Answers

0 votes
t ( x ) = 4 x + 3
c ( x ) = 2 x + 5
c ( t ( x ) ) = 2 * ( 4 x + 3 ) + 5 = 8 x + 6 + 5 = 8 x + 11
c ( 4 ) = 8 * 4 + 11 = 32 + 11 = 42
User Thayer
by
7.4k points
4 votes
First we need to calculate t(4) because x=4 for 4 shifts.
t(4) = 4*4 +3 = 19
Now because function "c" is declared as c(t(x)) for value x=4 we are searching c(19)! because t(4) = 19

c(19) = 2*19 + 5 = 43.

Answer is 43
User Raanan W
by
8.0k points