document.write( "Question 1201863: How many ways can two cars and four trucks be selected from five cars and seven trucks to be tested for a safety inspection? \n" ); document.write( "
Algebra.Com's Answer #836401 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 350\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The order of cars and trucks doesn't matter. \n" ); document.write( "Use the nCr combination formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = 5 cars total \n" ); document.write( "r = 2 cars to pick \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "5 C 2 = (5!)/(2!*(5-2)!) \n" ); document.write( "5 C 2 = (5!)/(2!*3!) \n" ); document.write( "5 C 2 = (5*4*3!)/(2!*3!) \n" ); document.write( "5 C 2 = (5*4)/(2!) \n" ); document.write( "5 C 2 = (5*4)/(2*1) \n" ); document.write( "5 C 2 = 20/2 \n" ); document.write( "5 C 2 = 10 \n" ); document.write( "There are 10 ways to pick two cars from a candidate pool of five cars total.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value 10 can be found in Pascal's Triangle. \n" ); document.write( "Look at the row that starts with 1,5,... \n" ); document.write( "We're looking at the third slot because r starts at r = 0 \n" ); document.write( "r = 0 ... 1st slot \n" ); document.write( "r = 1 ... 2nd slot \n" ); document.write( "r = 2 ... 3rd slot\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Repeat the previous set of steps to determine that 7C4 = 35, which is the number of ways to pick the four trucks from a pool of seven trucks. \n" ); document.write( "The value 35 can be found in Pascal's Triangle in the row that starts with 1,7... \n" ); document.write( "Look in the fifth slot (r = 4 --> 4+1 = 5th slot)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To recap we found that there are...
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In total there are 10*35 = 350 ways to pick two cars and four trucks from a pool of five cars and seven trucks. The order doesn't matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "nCr calculator \n" ); document.write( "https://www.calculatorsoup.com/calculators/discretemathematics/combinations.php \n" ); document.write( "Pascal's Triangle \n" ); document.write( "https://www.mathsisfun.com/pascals-triangle.html \n" ); document.write( " \n" ); document.write( " |