Ask Question
5 March, 15:36

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.

+3
Answers (1)
  1. 5 March, 15:55
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers