MathDB

Problems(2)

Do They Meet?

Source:

2/20/2008
Objects AA and BB move simultaneously in the coordinate plane via a sequence of steps, each of length one. Object AA starts at (0,0)(0,0) and each of its steps is either right or up, both equally likely. Object BB starts at (5,7)(5,7) and each of its steps is either left or down, both equally likely. Which of the following is closest to the probability that the objects meet?
<spanclass=latexbold>(A)</span> 0.10<spanclass=latexbold>(B)</span> 0.15<spanclass=latexbold>(C)</span> 0.20<spanclass=latexbold>(D)</span> 0.25<spanclass=latexbold>(E)</span> 0.30 <span class='latex-bold'>(A)</span>\ 0.10 \qquad <span class='latex-bold'>(B)</span>\ 0.15 \qquad <span class='latex-bold'>(C)</span>\ 0.20 \qquad <span class='latex-bold'>(D)</span>\ 0.25 \qquad <span class='latex-bold'>(E)</span>\ 0.30
analytic geometryprobabilityinvariant
Rhombus Minimization

Source:

1/5/2009
Let ABCD ABCD be a rhombus with AC\equal{}16 and BD\equal{}30. Let N N be a point on AB \overline{AB}, and let P P and Q Q be the feet of the perpendiculars from N N to AC \overline{AC} and BD \overline{BD}, respectively. Which of the following is closest to the minimum possible value of PQ PQ? [asy]unitsize(2.5cm); defaultpen(linewidth(.8pt)+fontsize(8pt));
pair D=(0,0), C=dir(0), A=dir(aSin(240/289)), B=shift(A)*C; pair Np=waypoint(B--A,0.6), P=foot(Np,A,C), Q=foot(Np,B,D);
draw(A--B--C--D--cycle); draw(A--C); draw(B--D); draw(Np--Q); draw(Np--P);
label("DD",D,SW); label("CC",C,SE); label("BB",B,NE); label("AA",A,NW); label("NN",Np,N); label("PP",P,SW); label("QQ",Q,SSE);
draw(rightanglemark(Np,P,C,2)); draw(rightanglemark(Np,Q,D,2));[/asy]<spanclass=latexbold>(A)</span> 6.5<spanclass=latexbold>(B)</span> 6.75<spanclass=latexbold>(C)</span> 7<spanclass=latexbold>(D)</span> 7.25<spanclass=latexbold>(E)</span> 7.5 <span class='latex-bold'>(A)</span>\ 6.5 \qquad <span class='latex-bold'>(B)</span>\ 6.75 \qquad <span class='latex-bold'>(C)</span>\ 7 \qquad <span class='latex-bold'>(D)</span>\ 7.25 \qquad <span class='latex-bold'>(E)</span>\ 7.5
geometryrhombusinequalitiessimilar trianglesPythagorean Theorem