document.write( "Question 945959: The student council are running a guess the combo contest to win a locker full of candy. If the lock has 30 numbers on it how many four number combinations are possible if two numbers cannot appear consecutively? Why is it 30 then 29 three times? \n" ); document.write( "
Algebra.Com's Answer #577050 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
30 choices for the first number
\n" ); document.write( "29 choices for the second number (it can equal anything except the first)
\n" ); document.write( "29 choices for the third number (it can equal anything except the second)
\n" ); document.write( "29 choices for the fourth number (it can equal anything except the third)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Total # of combinations = 30*29*29*29
\n" ); document.write( "
\n" );