document.write( "Question 1193831: in a race between 7 horses how many ways can the first 3 horses show? \n" ); document.write( "
Algebra.Com's Answer #825863 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 210\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Reason: \n" ); document.write( "There are 7 ways to select first place \n" ); document.write( "Then 7-1 = 6 ways to get second place \n" ); document.write( "And 7-2 = 5 ways to get third place\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Overall there are 7*6*5 = 210 ways to finish the race\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We could use the nPr formula as an alternative path \n" ); document.write( "n = 7 and r = 3 \n" ); document.write( "n P r = (n!)/( (n-r)! ) \n" ); document.write( "7 P 3 = (7!)/( (7-3)! ) \n" ); document.write( "7 P 3 = (7!)/( 4! ) \n" ); document.write( "7 P 3 = (7*6*5*4!)/( 4! ) \n" ); document.write( "7 P 3 = 7*6*5 \n" ); document.write( "7 P 3 = 210 \n" ); document.write( "On the second to last line, the \"4!\" terms canceled and we have the string \"7*6*5\" show up again. \n" ); document.write( "If you wanted, you can expand out the 4! to get 4*3*2*1, but they cancel out anyway. \n" ); document.write( "Order matters when it comes to the 1st,2nd,3rd place positions. This is why we use nPr instead of nCr.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Some calculators have a specialized nPr button or feature buried inside them somewhere. \n" ); document.write( "On the TI83 for instance, you hit the button labeled \"MATH\" (unfortunately a very poor choice of naming since everything on a calculator pertains to math) and scroll over to the \"PRB\" submenu. Then scroll down to nPr. You'll need to type the 7 first before putting the 'nPr' to your home screen. Then type 3 to finish things up and 210 should result. \n" ); document.write( "So you should have 7 nPr 3 on one line and then it results in 210 on the next line.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you don't have a calculator like a TI83, then you can use a free online one such as this \n" ); document.write( "https://www.calculatorsoup.com/calculators/discretemathematics/permutations.php \n" ); document.write( "I recommend to use it to check your work rather than do everything for you. You won't get practice if you let a machine do all the work. \n" ); document.write( " \n" ); document.write( " |