document.write( "Question 1122549: Seven students, including Jack and Jill, sit randomly in a row of seven chairs. \r
\n" );
document.write( "\n" );
document.write( "What is the probability that Jill is sitting in the first chair? \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "What is the probability that Jill is sitting in the first chair and Jack is not sitting in the second chair? \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Enter your answers as fractions in lowest terms. \n" );
document.write( "
Algebra.Com's Answer #739766 by Alex.33(110) You can put this solution on YOUR website! The number of all possibilities: 7P7=7!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number of the cases where Jill has the first chair: 6P6(since Jill has had the first chair, the variable is just the rest 6 chairs)=6! \n" ); document.write( "P(Jill in first chair)=6!/7!=1/7.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number of the cases where Jill has the first and Jack has the second: 5P5=5! \n" ); document.write( "P(Jill in first and Jack not in second)=(6!-5!)/7!=5/42.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And we're done. \n" ); document.write( " \n" ); document.write( " |