document.write( "Question 1143486: In how many different ways can the letters of \"SUNDAY\" be arranged?
\n" );
document.write( "How many of these arrangements begin with an \"S\"?
\n" );
document.write( "How many begin with \"S\" but do not end with a vowel? \n" );
document.write( "
Algebra.Com's Answer #764323 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! In how many different ways can the letters of \"SUNDAY\" be arranged? \n" ); document.write( "----------- \n" ); document.write( "The 1st letter is 1 of 6. \n" ); document.write( "Then 1 of 5, etc. \n" ); document.write( "----> 6*5*4*3*2*1 = 720 ways. \n" ); document.write( "============================================== \n" ); document.write( "How many of these arrangements being with an \"S\"? \n" ); document.write( "720/6 = 120 ways. \n" ); document.write( "============================= \n" ); document.write( "I was interrupted. When I came back to finish, there were 2 other submissions already. \n" ); document.write( " |