document.write( "Question 256687: how many different arrangements can be made from the letters of the word purchase if each arrangement must begin with a consonant and end with a vowel? \n" ); document.write( "
Algebra.Com's Answer #188772 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
how many different arrangements can be made from the letters of the word purchase if each arrangement must begin with a consonant and end with a vowel?
\n" ); document.write( "-----------------------------------------
\n" ); document.write( "# of consonants: 5
\n" ); document.write( "# of vowels: 3
\n" ); document.write( "-----------------------
\n" ); document.write( "# of arrangements = 5*3*6*5*4*3*2*1 = 15*6! = 10800
\n" ); document.write( "======================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );