document.write( "Question 144654: In a learning task, a subject is presented with five buttons. He must learn to press a certain three of them in a predetermined order. What chance does the subject have of pressing correctly on the first time. \n" ); document.write( "
Algebra.Com's Answer #105405 by edjones(8007)![]() ![]() You can put this solution on YOUR website! I assume that he may not press the same button twice. \n" ); document.write( "Since order is important permutations apply. \n" ); document.write( "P=n!/(n-r)! \n" ); document.write( "=5!/(5-3)! \n" ); document.write( "=(5*4*3*2!)/2! \n" ); document.write( "=5*4*3 \n" ); document.write( "=60 possible ways to press 3 of the 5 buttons in the correct order. \n" ); document.write( "chance of pressing the 3 buttons in the correct order the 1st time: 1/60 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |