document.write( "Question 810822: Three pairs of shoes are displayed in a row. In how many ways can the shoes be arranged
\n" );
document.write( "(a) with no restrictions on their positions,
\n" );
document.write( "(b) if mates must be kept together but mates can be placed in either order,
\n" );
document.write( "(c) if mates must be kept together and left and right mates are kept in order, left shoe then right? \n" );
document.write( "
Algebra.Com's Answer #488528 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! Three pairs of shoes are displayed in a row. In how many ways can the shoes be arranged: \n" ); document.write( "--- \n" ); document.write( "(a) with no restrictions on their positions: \n" ); document.write( "6*5*4*3*2*1 = 720 \n" ); document.write( "--- \n" ); document.write( "(b) if mates must be kept together but mates can be placed in either order: \n" ); document.write( "6*1*4*1*2*1 = 48 \n" ); document.write( "--- \n" ); document.write( "(c) if mates must be kept together and left and right mates are kept in order, left shoe then right: \n" ); document.write( "3*1*2*1*1*1 = 6 \n" ); document.write( "--- \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |