document.write( "Question 722536: how many different three digit combinations can be made by using the numbers 1,3,5,7, and 9 without repetitions. Thank you! \n" ); document.write( "
Algebra.Com's Answer #442791 by god2012(113)\"\" \"About 
You can put this solution on YOUR website!
Total number of numerals = 5
\n" ); document.write( "Total number of digits in a number = 3\r
\n" ); document.write( "\n" ); document.write( "Total number of ways of forming a 3 digit number = 5P3 = 5 * 4 * 3 =60
\n" ); document.write( "
\n" );