document.write( "Question 462945: I have another difficult question that I don't even know how to set up or solve. Please help me with this.\r
\n" );
document.write( "\n" );
document.write( " Refer to the given graph. Assume one can move only down or to the right. How many different routes start at A, pass through B, and end at C?\r
\n" );
document.write( "\n" );
document.write( "The graph has 5 rows and 5 columns.\r
\n" );
document.write( "\n" );
document.write( "It looks similar to this.\r
\n" );
document.write( "\n" );
document.write( "a
\n" );
document.write( "[][][]b[][]
\n" );
document.write( "[][][][][]
\n" );
document.write( "[][][][][]
\n" );
document.write( "[][][][][]
\n" );
document.write( "[][][][][]c
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #317274 by MathLover1(20855) You can put this solution on YOUR website! 1st rout \n" ); document.write( "a \n" ); document.write( "[x][x][x]b[][] \n" ); document.write( "--[][][][x][] \n" ); document.write( "--[][][][x][] \n" ); document.write( "--[][][][x][] \n" ); document.write( "--[][][][x[x]c \n" ); document.write( " \n" ); document.write( "2nd rout \n" ); document.write( "a \n" ); document.write( "[x][x][x]b[][] \n" ); document.write( "--[][][][x][] \n" ); document.write( "--[][][][x][] \n" ); document.write( "--[][][][x][x] \n" ); document.write( "---[][][][][x]c \n" ); document.write( " \n" ); document.write( "3rd rout \n" ); document.write( "a \n" ); document.write( "[x][x][x]b[][] \n" ); document.write( "--[][][][x][] \n" ); document.write( "--[][][][x][x] \n" ); document.write( "---[][][][][x] \n" ); document.write( "---[][][][][x]c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4th rout \n" ); document.write( "a \n" ); document.write( "[x][x][x]b[][] \n" ); document.write( "---[][][][x][x] \n" ); document.write( "----[][][][][x] \n" ); document.write( "----[][][][][x] \n" ); document.write( "----[][][][][x]c \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "since one can move only down or to the right, there is 4 different routes start at A, pass through B, and end at C \n" ); document.write( " \n" ); document.write( " |