document.write( "Question 1210474: In rectangle ABCD, corner A is folded over crease DE to point F on BC. Find BC. \n" ); document.write( "
Algebra.Com's Answer #852834 by CPhill(2138) You can put this solution on YOUR website! The problem as stated is **unsolvable** because a necessary dimension is missing. The length of the side $BC$ (which is equal to $AD$) cannot be uniquely determined without knowing the length of the adjacent side **$CD$** (or $AB$).\r \n" ); document.write( "\n" ); document.write( "Here is the general geometric relationship that must hold in this type of folding problem, which shows the dependency:\r \n" ); document.write( "\n" ); document.write( "Let: \n" ); document.write( "* $BC = AD = l$ (The length you are trying to find) \n" ); document.write( "* $CD = w$ (The missing width)\r \n" ); document.write( "\n" ); document.write( "### 1. Relationships from the Fold\r \n" ); document.write( "\n" ); document.write( "When corner $A$ is folded over the crease $DE$ to point $F$ on $BC$, two triangles, $\triangle ADE$ and $\triangle FDE$, are congruent. This gives us the following equivalences:\r \n" ); document.write( "\n" ); document.write( "* The hypotenuse of the fold: $DF = AD = l$ \n" ); document.write( "* The fold sides: $AE = FE$ \n" ); document.write( "* $\angle DFE = \angle DAE = 90^\circ$\r \n" ); document.write( "\n" ); document.write( "### 2. Using the Pythagorean Theorem\r \n" ); document.write( "\n" ); document.write( "We can set up two equations using the Pythagorean theorem in the right-angled triangles $\triangle FDC$ and $\triangle FCE$:\r \n" ); document.write( "\n" ); document.write( "* **In $\triangle FDC$ (Right-angled at C):** \n" ); document.write( " $$DF^2 = DC^2 + CF^2$$ \n" ); document.write( " $$l^2 = w^2 + CF^2 \quad \rightarrow \quad CF = \sqrt{l^2 - w^2}$$\r \n" ); document.write( "\n" ); document.write( "* **In $\triangle FCE$ (Right-angled at C):** \n" ); document.write( " $$FE^2 = CE^2 + CF^2$$ \n" ); document.write( " Since $FE = AE$, we substitute $AE$ and the expression for $CF^2$: \n" ); document.write( " $$AE^2 = CE^2 + (l^2 - w^2)$$\r \n" ); document.write( "\n" ); document.write( "### 3. Using the Side $CD$\r \n" ); document.write( "\n" ); document.write( "The line segments $DE$ and $CE$ make up the side $CD$: $CD = DE + CE$.\r \n" ); document.write( "\n" ); document.write( "* **In $\triangle ADE$ (Right-angled at D):** \n" ); document.write( " $$AE^2 = AD^2 + DE^2$$ \n" ); document.write( " $$AE^2 = l^2 + DE^2$$\r \n" ); document.write( "\n" ); document.write( "### Conclusion of Dependency\r \n" ); document.write( "\n" ); document.write( "By setting the two expressions for $AE^2$ equal to each other:\r \n" ); document.write( "\n" ); document.write( "$$CE^2 + l^2 - w^2 = l^2 + DE^2$$ \n" ); document.write( "$$\rightarrow CE^2 = DE^2 + w^2$$\r \n" ); document.write( "\n" ); document.write( "Since $w$ and $l$ are not given, $BC$ (which is $l$) cannot be uniquely determined.\r \n" ); document.write( "\n" ); document.write( "**To solve the problem, you must know the length of $CD$ (or a relationship between $l$ and $w$).** \n" ); document.write( " |