document.write( "Question 912933: Suppose repetitions are not allowed. Answer the following:
\n" ); document.write( "a) Find how many three-digit numbers can be formed from the following six digits: 2, 3, 5, 6, 7, 9
\n" ); document.write( "b) How many even three-digit numbers can be formed from these six digits?
\n" ); document.write( "c) What is the probability that a three-digit number greater than 400 will be formed from these six
\n" ); document.write( "digits?\r
\n" ); document.write( "\n" ); document.write( "i am having problems especially with b, because there are only 2 even numbers.
\n" ); document.write( "

Algebra.Com's Answer #554194 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
a) The order of the elements does matter. The elements may be repeated. 6^3
\n" ); document.write( "b) \"6%5E2%2A2\"
\n" ); document.write( "c) = \"4%2A6%5E2%2F6%5E3\"
\n" ); document.write( "
\n" );