Solve Pythagoras problem solving

2.8k Views Asked by At

A rectangular piece of paper,10cm by 24cm, is folded so that a pair of diagonally opposite corners coincide. Find the length of the crease.

x^2=(24-x)^2+10^2

2

There are 2 best solutions below

0
On BEST ANSWER

Hint : Try To fold Paper, and You'll get it enter image description here

You can then continue with @ir7 's answer

Note : The Diagram is not upto the scale

0
On

Hint:

Let $ABCD$ be the rectangle (length of $AB$ be $24$ and length of $BC$ be $10$) , and $MN$ be the crease segment, with $M$ on segment $AB$ and $N$ on segment $CD$, resulting from forcing opposite corners $A$ and $C$ to overlap.

Consider right triangle $CMB$.

Denoting length of segment $MB$ by $x$ and noting that length of segment $CM$ is $24-x$, by Pythagoras theorem we get:

$$ (24-x)^2 = x^2 +10^2.$$

Once we have $x$, length of $MN$ is easy to obtain.