document.write( "Question 849376: If eight different books are arranged at random in a shelf, what is the probability that a certain pair of book
\n" ); document.write( "a. Will be beside each other?
\n" ); document.write( "b. Will not be together?
\n" ); document.write( "

Algebra.Com's Answer #511504 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "eight different books 8! total ways of arranging on shelf
\n" ); document.write( "thinking OF A 'PAIR' AS ONE UNIT
\n" ); document.write( "P(beside each other) = 7!/8!
\n" ); document.write( "P(not be together) = 1 - P(together) = 1- 7!/8! \n" ); document.write( "
\n" );