asked 199k views
2 votes
What is the largest rectangular area one can enclose with 14 inches of string?

asked
User Plpicard
by
8.9k points

1 Answer

3 votes
a=w*h
p=2w+2h

if w=x, then h=7-x.
a(x) = x*(7-x)
a(x) = 7x - x^2

to find the largest area we need to derivative a(x):
a'(x) = 7 - 2x = 0 --> x = 3.5

therefore:
maxArea = a(3.5) = 3.5 * 3.5 = 12.25


answered
User Brad Wickwire
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.