document.write( "Question 520478: Can you please help me to understand if I am doing this correctly?\r
\n" );
document.write( "\n" );
document.write( "1.In how many ways can 4 girls and 3 boys be seated ina row if boys cannot sit together and girls cannot sit together? 4*3=12?\r
\n" );
document.write( "\n" );
document.write( "2.In how many ways can 4 girls and 3 boys be seated in a row if girls must sit in the end seats? 4!*3!=144?\r
\n" );
document.write( "\n" );
document.write( "3.In how many ways can 4 girls and 3 boys be seated in a row if girls muct sit with girls and boys must sit with boys? 4*3=12?\r
\n" );
document.write( "\n" );
document.write( "4.A driver is going from Natchitoches, LA to El Dorado, Arkansas by way of Shreveport. How many different routes can the driver make on their trip if they have 3 different routes from Natichtoches to Shreveport and five different routes from Shreveport to Eldorado?\r
\n" );
document.write( "\n" );
document.write( "Thanks,
\n" );
document.write( "Rebecca \n" );
document.write( "
Algebra.Com's Answer #346092 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.In how many ways can 4 girls and 3 boys be seated ina row if boys cannot sit together and girls cannot sit together? \n" ); document.write( "---- \n" ); document.write( "The 4 girls would have to be on both ends and the 3 boys interspaced. \n" ); document.write( "Pattern: gbgbgbg \n" ); document.write( "# of arrangements: 4!*3! = 144 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "2.In how many ways can 4 girls and 3 boys be seated in a row if girls must sit in the end seats? \n" ); document.write( "--- \n" ); document.write( "# of ways to fill the end seats: 4*3 = 12 \n" ); document.write( "# of ways to fill the other 5 seats: 5! \n" ); document.write( "# of arrangements: 12*5! = 1440 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "3.In how many ways can 4 girls and 3 boys be seated in a row if girls muct sit with girls and boys must sit with boys? \n" ); document.write( "--- \n" ); document.write( "You have 2 blocks to arrange: 2 ways \n" ); document.write( "Girl block arrangements = 4! = 24 \n" ); document.write( "Boy block arrangements = 3! = 6 \n" ); document.write( "--- \n" ); document.write( "# of arrangements: 2*24*6 = 288 \n" ); document.write( "----------------------------------------------- \n" ); document.write( " \n" ); document.write( "4.A driver is going from Natchitoches, LA to El Dorado, Arkansas by way of Shreveport. How many different routes can the driver make on their trip if they have 3 different routes from Natichtoches to Shreveport and five different routes from Shreveport to Eldorado? \n" ); document.write( "-- \n" ); document.write( "# of routes: 3*5 = 15 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================= \n" ); document.write( " \n" ); document.write( " |