document.write( "Question 983812: Pls help me work out this problem
\n" ); document.write( "Using the digits 1,2,3 and 5, how many 4 digit numbers can be formed if
\n" ); document.write( "a) the first digit must be 1 and repetition of the digits is allowed?
\n" ); document.write( "b) the first digit must be 1 and repetition of the digits is not allowed?
\n" ); document.write( "c) the number must be divisible by 2 and repetion is allowed?
\n" ); document.write( "d) the number must be divisible by 2 and repetition is not allowed?
\n" ); document.write( "

Algebra.Com's Answer #604754 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
a) the first digit must be 1 and repetition of the digits is allowed?
\n" ); document.write( "There is 1 possible first digit, 4 second, 4 third and 4 fourth
\n" ); document.write( "1 x 4 x 4 x 4=64
\n" ); document.write( "ANSWER: 64 possible four digit numbers with 1 as first digit.
\n" ); document.write( ".
\n" ); document.write( "b) the first digit must be 1 and repetition of the digits is not allowed?
\n" ); document.write( "One possible first digit, 3 second, 2 third , 1 fourth
\n" ); document.write( "1 x 3 x 2 x 1=6
\n" ); document.write( "ANSWER: There are 6 possible numbers.
\n" ); document.write( ".
\n" ); document.write( "c) the number must be divisible by 2 and repetition is allowed?
\n" ); document.write( "4 possible first digits, 4 possible second, 4 third, 1 fourth
\n" ); document.write( "4 x 4 x 4 x 1=64
\n" ); document.write( "ANSWER 64 possible numbers
\n" ); document.write( ".
\n" ); document.write( "d) the number must be divisible by 2 and repetition is not allowed?
\n" ); document.write( "3 possible first digits, 2 second, 1 third, 1 fourth
\n" ); document.write( "3 x 2 x 1 x 1=6
\n" ); document.write( "ANSWER: 6 possible numbers
\n" ); document.write( "
\n" );