document.write( "Question 31635: Question:
\n" );
document.write( "A college has seven instructors qualified to teach a special computer lab course which requires two instructors to be present. How many different pairs of teahers could there be?\r
\n" );
document.write( "\n" );
document.write( "(A) 42
\n" );
document.write( "(B) 49
\n" );
document.write( "(C) 15
\n" );
document.write( "(D) 21\r
\n" );
document.write( "\n" );
document.write( "Please help. Would the answer be (B) 49?\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #18278 by Cintchr(481) ![]() You can put this solution on YOUR website! This is like a factorial problem: \n" ); document.write( "7! = 7 * 6 * 5 * 4 * 3 * 2 * 1 = 5040 \n" ); document.write( "BUT ... we are looking at only the first two spots. So \n" ); document.write( "7 * 6 = 42 \n" ); document.write( " |