.
How do I find the perimeter of a rectangle that's in a circle when all I know is the diameter (6 inches) and the area of the square (15).
I've been at this for a week please help
~~~~~~~~~~~~~~~~~
After reading your post, I have a question:
does the problem talks about a RECTANGLE or about a SQUARE ?
////////////////
When formulated in a correct way, this problem has a nice, short, simple and elegant " exact " solution.
+-----------------------------------------------------------------------+
| Find the perimeter of a rectangle inscribed in a circle of the |
| diameter 6 inches, if the area of the rectangle is 15 sq. inches. |
+-----------------------------------------------------------------------+
Let x and y be the dimensions of the rectangle.
Then you have these two equations
x^2 + y^2 = 36 (1) (The Pythagoras, applied to the legs and the hypotenuse.
which is the diameter of the circle)
xy = 15 (2) (area equation).
Multiply equation (2) by 2 (both sides) and add it to equation (1). You will get
x^2 + 2xy + y^2 = 36 + 2*15,
or
(x + y)^2 = 66, which implies x + y = . (3)
The perimeter of the rectangle is 2x + 2y = ( from equation (3) ) = = 16.248 inches (approximately).
Thus you have BOTH "exact" solution and approximate (rounded) numerical value.
Solved.