document.write( "Question 967412: a certain number of friends are waiting in line to board a new roller coaster. They can board the ride in 5,040 diffrent ways. How many friends are in line
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591288 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i don't know if there's a formula to find this. \n" ); document.write( "you can try several numbers and iterate to get the answer. \n" ); document.write( "the number of friends will be x, where x! = 5040. \n" ); document.write( "try 5! to get 120 \n" ); document.write( "try 6! to get 720 \n" ); document.write( "try 12! to get 479001600 which is way too big. \n" ); document.write( "try 9! to get 3628880 which is still too big. \n" ); document.write( "it whould be 7 or 8. \n" ); document.write( "try 7! to get 720 * 7 = 5040.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number is 7 because 7! = 5040.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the easy way was to work up.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1! = 1 \n" ); document.write( "2! = 2 \n" ); document.write( "3! = 2! * 3 = 2*3 = 6 \n" ); document.write( "4! = 3! * 4 = 6 * 4 = 24 \n" ); document.write( "5! = 4! * 5 = 24 * 5 = 120 \n" ); document.write( "6! = 5! * 6 = 120 * 6 = 720 \n" ); document.write( "7! = 6! * 7 = 720 * 7 = 5040\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you did have to know that the number of different arrangements of x people is x!.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "but once you knew that, the rest was just working through the numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a calculator that does factorials is helpful.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it takes the drudgery out of the calculations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |