Ask Question
3 May, 20:49

A rectangle has a fixed perimeter of 350 but the length and width of the rectangle can vary. Define a function g that determines the area of the rectangle (in square inches) given the length of the rectangle in inches, l.

+2
Answers (1)
  1. 3 May, 23:45
    0
    g (L) = 175L - L²

    Step-by-step explanation:

    350 = 2 (length + width)

    length + width = 175

    Let L be the length,

    L + width = 175

    width = 175 - L

    Area = length * width

    g (L) = L (175 - L)

    g (L) = 175L - L²
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A rectangle has a fixed perimeter of 350 but the length and width of the rectangle can vary. Define a function g that determines the area ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers