Question 258241: a 16 inch wire cut into two pieces bent into squares find the length if the sum of the areas is 10 in squared Found 2 solutions by Fombitz, ankor@dixie-net.com:Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! Let the two sides be S1 and S2.
1.
2.
From eq. 2,
Substitute into eq. 1,
Two solutions,
.
.
.
One square has a 3 inch side and the other has a 1 inch side.
You can put this solution on YOUR website! Let x = side of one square
Let y = side of the other square
;
Write an equation for each phrase
:
a 16 inch wire cut into two pieces bent into squares
4x + 4y = 16
simplify, divide by 4
x + y = 4
x = (4-y)
:
find the length if the sum of the areas is 10 in squared
x^2 + y^2 = 10
Replace x with (4-y)
(4-y)^2 + y^2 = 10
FOIL
16 - 8y + y^2 + y^2 = 10
Arrange as a quadratic equation
2y^2 - 8y + 16 - 10 = 0
2y^2 - 8y - 6 = 0
Simplify divide by 2
y^2 - 4y + 3 = 0
Factor
(y - 1)(y - 3) = 0
Two solutions
y = 1, then x = 3
y = 3, then x = 1
;
;
Check:
4(1) + 4(3) = 16
3^2 + 1^2 = 10