Ask Question
28 June, 02:01

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.

+4
Answers (1)
  1. 28 June, 05:31
    0
    I assume that there is an operato ^ missing in each function and that the right functions are:

    f (m) = (m+40) ^2 + 10 and

    g (m) = (m+12) ^2 - 50

    C (m) = f (m) + g (m)

    To perform that sum you need to expand the two square parentheses, this way:

    f (m) = (m+40) ^2 + 10 = m^2 + 80m + 1600 + 10 = m^2 + 80m + 1610

    g (m) = (m+12) ^2 - 50 = m^2 + 24m + 144 - 50 = m^2 + 24m + 94

    Now you can add f (m) + g (m) = 2m^2 + 104m + 1704

    Answer: c (m) = 2m^2 + 104m + 1704
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “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 ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers