document.write( "Question 321453: how many three digit numbers have only even digits?\r
\n" );
document.write( "\n" );
document.write( "How many ways are there to rearrange the letters in the word aptitude,if the first and last letter must each be a vowel? \n" );
document.write( "
Algebra.Com's Answer #230237 by galactus(183)![]() ![]() You can put this solution on YOUR website! There are 4 even digits: 2,4,6,8\r \n" ); document.write( "\n" ); document.write( "There are 4 choices for the first place, the second place, and the third place\r \n" ); document.write( "\n" ); document.write( "4*4*4=64 three digit numbers that have all even digits.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( "\n" ); document.write( "There are 4!/2!=12 ways to place the vowels on the ends: \n" ); document.write( "ae,ai,au,ea,ei,eu,ia,ie,iu,ua,ue,ui\r \n" ); document.write( "\n" ); document.write( "Place them and arrange the 6 inside letters in 6!/2! ways.\r \n" ); document.write( "\n" ); document.write( "We divide by 2 because of the repeated 't'.\r \n" ); document.write( "\n" ); document.write( "So, the number of ways is 12*(6!/2!)=4320 ways \n" ); document.write( " |