SOLUTION: "The perimeter of a rectangle is 36 m. The area is 65 m^2. Find the dimensions of the rectangle." I'm supposed to use the Quadratic formula in this somehow, but I don't really u

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: "The perimeter of a rectangle is 36 m. The area is 65 m^2. Find the dimensions of the rectangle." I'm supposed to use the Quadratic formula in this somehow, but I don't really u      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 731276: "The perimeter of a rectangle is 36 m. The area is 65 m^2. Find the dimensions of the rectangle."
I'm supposed to use the Quadratic formula in this somehow, but I don't really understand how I get A, B, and C from this. I tried to do it, and I confused myself halfway through it. Thank you for your help!

Found 2 solutions by richwmiller, josgarithmetic:
Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
2l+2w=36
l=65/w
2*(65/w)+2w=36
65/w+w-36=0
65+w^2-36w=0
w^2-18w+65=0
factor
(w-5)*(w-13)=0
w = 5
width is shorter than length
l=13

Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
What are A, B, and C supposed to be?

Just use what you know about a rectangle and the given information about the problem.

Let's say w = width of the rectangle and h = height of the rectangle.
Perimeter is 2w+2h=36.
Area is wh=65.

Pick one of the equations, any one of them. Solve for one of the variables, w or h; it does not matter which. Substitute that formula into the other equation. Now you should have what will be a quadratic equation. You may need to simplify it before using it.

A possible way to go,
2h%2B2w=36
2h=36-2w
h=18-w.
-------------
wh=65, to continue starting with area relationship
w%2818-w%29=65, substituting what was found for h
18w-w%5E2=65
-w%5E2%2B1w8=65
-w%5E2%2B18w-65=0
highlight%28w%5E2-18w%2B65=0%29
You can certainly use the general solution to quadratic formula if you want to but that polynomial seems factorable. I will use quadratic formula solution.

w+=+%2818%2Bsqrt%2818%5E2-4%2A65%29%29%2F2
w=%2818%2Bsqrt%2864%29%29%2F2
w=%2818%2B8%29%2F2
highlight%28w=13%29
OR
w=%2818-sqrt%2818%5E2-4%2A65%29%29%2F2
w=%2818-8%29%2F2
highlight%28w=5%29

That was for w. You can then use either the perimeter equation or the area equation to find h.

postnote: You probably meant Ax^2+Bx+C=0 when you mentioned some confusion about "A, B, and C".