101k views
4 votes
A company has two packaging machines in a unit, each with a different daily capacity. The capacity of machine 1 is defined by the function f(m) = (m + 4)2 + 100, and the capacity of machine 2 is defined by the function g(m) = (m + 12)2 − 50, where m is the number of minutes the packaging machine operates. Create the function C(m) that represents the combined capacity of the two machines.

1 Answer

7 votes

using the distributive property gives you

2m + 8 +100 --machine 1

2m + 24 -50--machine 2

when you combine them you get 4m +82


User Naureen
by
8.6k points