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

Algebra.Com's Answer #511506 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi, Previously Posted
\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" );