Answer:
Explanation:
>First lets break down the problem...
Worker Pay : $14 per hour
Material Costs : $3 per shirt
Average 3 shirts per hour is made
Total expenses : $230
>Now create variables
Worker pay : 14h (h is hours)
Material Costs: 3s ( s is shirts)
Shirts made : 3sh (sh is shirts per hour)
> Plug-in variables to make an equation
14h + 3s = 230
>Solve if needed ( Use the Substitution Property)