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)![]() ![]() 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 \n" ); document.write( "==> Given that a route passes through B, the probability that it also passes through point C is |