document.write( "Question 436404: Please show me how to do this problem. I got answers but they were not correct.\r
\n" ); document.write( "\n" ); document.write( "[ a ][ ][ ][ ][ ][ ][ ]
\n" ); document.write( "[ ][ ][ b ][ ][ ][ ][ ]
\n" ); document.write( "[ ][ ][ ][ c ][ ][ ][ z ]\r
\n" ); document.write( "\n" ); document.write( "If a route (with no backtracking) from A to Z is randomly chosen, what is the probability that the route passes through point B? Answer in fraction.\r
\n" ); document.write( "\n" ); document.write( "Given that a route passes through B, what is the probability that it also passes through point C? Answer in fraction.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #301988 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
I will assume that there are only 2 allowed movements: to the right and down.
\n" ); document.write( "Number of ways of going from a to b is 3C2 = 3. Number of ways of going from b to z is 5C4 = 5. The number of ways of going from a to z is 8C2 = 28.
\n" ); document.write( "==> the probability that the route passes through point B is \"%283%2A5%29%2F28+=+15%2F28\".
\n" ); document.write( "==> Given that a route passes through B, the probability that it also passes through point C is \"%283%2A2%2A1%29%2F28+=+3%2F14\".
\n" ); document.write( "
\n" );