Question 826696
d) The perimeter of any polygon is the sum of all the sides. For a rectangle it is 2 times the length plus 2 times the width:
{{{P = 2(3x^2+5x-8)+2(2x^2+6x)}}}
Simplifying...
{{{P = 6x^2+10x-16+4x^2+12x)}}}
{{{P = 10x^2+22x-16}}}
If the perimeter could be 16 then
{{{16 = 10x^2+22x-16}}}
should have a solution. So we will look for solutions. This is a quadratic so we want one side to be zero. Subtracting 16 from each side:
{{{0 = 10x^2+22x-32}}}
Now we factor. First the greatest common factor of 2:
{{{0 = 2(5x^2+11x-16)}}}
Next we factor the trinomial. (If you have a lot of trouble with this factoring, it is a quadratic so you can use the quadratic formula instead.)
{{{0 = 2(5x+16)(x-1)}}}
From the Zero Product Property:
2 = 0 or 5x+16 = 0 or x-1 = 0
Solving these we find that the first equation is impossible so there are no solutions to it. For the other two we should get:
{{{x = -16/5}}} or {{{x = 1}}}<br>
Before we decide that these are the answers, we must first decide if it is OK for x to have these values. We cannot use a value for x that makes the length or width of the rectangle to be negative or zero. So we have to check each solution to see if they make the length and width positive:
Checking {{{x = -16/5}}}
Length: {{{3x^2+5x-8 = 3(-16/5)^2+5(-16/5)-8 = 3(256/25) + 5(-16/5) -8 = 768/25 + (-16) - 8 = 30&18/25 - 24 > 0}}} Check!
Width: {{{2x^2+6x = 2(-16/5)^2+6(-16/5) = 2(256/25) + (-96/5) =  512/25 + (-96/5) = 20&12/25 + (-19&1/5) > 0}}} Check!<br>
Checking x = 1:
Length: {{{3x^2+5x-8 = 3(1)^2+5(1)-8 = 3(1) + 5(1) -8 = 3 + 5 - 8 = 0}}}
Failure! The length cannot be zero!<br>
So the answer to part b is: Yes, the rectangle can have a perimeter can be 16. But only if {{{x = -16/5}}}<br>
P.S. Note that it was the negative value for x that resulted in a valid length and width while the positive value for x did not.