document.write( "Question 96234: You have a square with 16 smaller square in it. The top left of the larger square is A, the bottom right is B.
\n" );
document.write( "Question: You are to move from A to B moving right or down along the line.
\n" );
document.write( "How many ways can this be done? \n" );
document.write( "
Algebra.Com's Answer #70050 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Each step you take to the right or down. \n" ); document.write( "There are four steps with two choices at each step. \n" ); document.write( "# of paths = 2^4 = 16 ways to get from A to B. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |