Problem:
A piece of graph paper is folded once so that (0,2) is matched with (4,0), and (7,3) is matched with (m,n). Find m+n.
Answer Choices:
A. 6.7
B. 6.8
C. 6.9
D. 7.0
E. 8.0
Solution:
The crease in the paper is the perpendicular bisector of the segment that joins (0,2) to (4,0). Thus the crease contains the midpoint (2,1) and has slope 2, so the equation y=2xβ3 describes it. The segment joining (7,3) and ( m,n ) must have slope β21β, and its midpoint (27+mβ,23+nβ) must also satisfy the equation y=2xβ3. It follows that
β21β=βmβ7nβ3β and 23+nβ=2β
27+mββ3, so β2n+m=13 and nβ2m=5.β
Solve these equations simultaneously to find that m=3/5 and n=31/5, so that m+n=34/5=6.8.
OR
As shown above, the crease is described by the equation y=2xβ3. Therefore, the slope of the line through (m,n) and (7,3) is β1/2, so the points on the line can be described parametrically by (x,y)=(7β2t,3+t). The intersection of this line with the crease y=2xβ3 is found by solving 3+t=2(7β2t)β3. This yields the parameter value t=8/5. Since t=8/5 determines the point on the crease, use t=2(8/5) to find the coordinates m=7β2(16/5)=3/5 and n=3+(16/5)=31/5.