SOLUTION: If area and perimeter of a rectangle are given:How can i find out the dimensions?
Kindly tell me a method to solve such type of problem. K. Sharrma
Algebra ->
Rectangles
-> SOLUTION: If area and perimeter of a rectangle are given:How can i find out the dimensions?
Kindly tell me a method to solve such type of problem. K. Sharrma
Log On
Question 550267: If area and perimeter of a rectangle are given:How can i find out the dimensions?
Kindly tell me a method to solve such type of problem. K. Sharrma Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Do it like this:
----------------
Area of a rectangular field is 120 sq.m and perimeter is 46 m. Findout the dimensions of the field.
----------------
L*W = 120
L + W = 23 --> W = 23 - L
--------------
L*(23 - L) = 120
23L -L^2 = 120
L^2 - 23L + 120 = 0
(L - 8)*(L - 15) = 0
-------------
--> 8 by 15
===================
If it's not factorable, use the quadratic equation.