document.write( "Question 1067127: In the city where Aiko lives, there are 4 buses that go from point A to point B, 3 buses that go from point B to point C, and 5 buses that go from point C to point D.\r
\n" );
document.write( "\n" );
document.write( "How many different ways can Aiko use the buses to travel from A to B to C to D?\r
\n" );
document.write( "\n" );
document.write( "There are ___ different ways that Aiko can use the buses to get from A to B to C to D. \n" );
document.write( "
Algebra.Com's Answer #682434 by Boreal(15235) You can put this solution on YOUR website! This is 4*3*5, because there are 4 possibilities for A to B, then 3 new possibilities from B to C and 5 possibilities from C to D. \n" ); document.write( "60 different ways. \n" ); document.write( " |