document.write( "Question 422870: the digits 1, 2, 3, 4, 5, and 7 are randomly arranged to form a six-digit number. Find the probability that the first and last digits are both even. \n" ); document.write( "
Algebra.Com's Answer #295094 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to arrange these 6 digits = 6! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no. of ways to arrange 6 digits where first and last digit are even \r \n" ); document.write( "\n" ); document.write( "= no. of ways to arrange first and last digit * no. of ways to arrange 4 inner digits\r \n" ); document.write( "\n" ); document.write( "= 2! * 4!\r \n" ); document.write( "\n" ); document.write( "= 2 * 24\r \n" ); document.write( "\n" ); document.write( "= 48\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "required probability = 48/6! \r \n" ); document.write( "\n" ); document.write( "= 48/720\r \n" ); document.write( "\n" ); document.write( "= 1/15\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |