I'm in grade 11 math. I need help to solve this.
A rectangular lot has a perimeter of 44cm. The area of the lot is 107cm$^2$. What are the dimensions of the lot?
So far I did this but it doesn't make sense:
$P=2l+2w$ or $44 = 2l+2w$
$A = lw$ or $44 = 2l + 2w$
$44=2l+2w$ all divided by 2 is $22=l+w$ than I isolate the l so it is: $l = 22-w$
sub $l=22-w$ into $107=lw$
$107=(22-w)w$
$107=-w^2 + 22w$
$107=-(w^2-22w)$
$107=-(w^2-22w+121-121)$
$107=-(w^2-22w+121)+121$
but I'm lost from there. Any help would be appreciated.
Thanks!
On these types of word problems, it is best to turn the sentences into equations.
"A rectangular lot has a perimeter of 44cm." would turn into $2l+2w=44$.
"The area of the lot is 107cm$^2$." would turn into $lw=107$.
Now, we have a system of equations: $$2l+2w=44$$ $$lw=107$$
We can start solving now. Let's first solve for $w$, so $$l=\frac{107}{w}$$ $$\implies 2\cdot\frac{107}{w}+2w=44$$ $$\implies \frac{214}{w}+2w=44$$ Eww. What do we have here? Fractions! Nobody likes those. So let's get rid of them! We multiply the entire equation by $w$ getting $$\implies 214+2w^2=44w$$ $$\implies 2w^2-44w+214=0$$
We have formed a quadratic equation, so thus we can use the quadratic formula. Recall that the quadratic formula is $\frac{-b\pm\sqrt{b^2-4ac}}{2a}$. In our equation, $a=2$, $b=-44$, and $c=214$, so we plug these numbers into the formula yielding $$\frac{-(-44)\pm\sqrt{(-44)^2-(4\cdot 2\cdot 214)}}{2\cdot 2}$$ $$\implies\frac{44\pm\sqrt{224}}{4}$$ $$\implies\frac{44\pm 4\sqrt{14}}{4}$$ We now divide by four getting $$w=11\pm\sqrt{14}$$
Now let's find $l$. $107\div (11\pm\sqrt{14})=11\mp\sqrt{14}$.
Therefore, we can now conclude that when the length of the lot is $11-\sqrt{14}$, then the width is $11+\sqrt{14}$. When the length of the lot is $11+\sqrt{14}$, then the width is $11-\sqrt{14}$.