document.write( "Question 1155262: Using the digits from the set 012345 and six find the amount of odd three digit numbers that can be created \n" ); document.write( "
Algebra.Com's Answer #777836 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Using the digits from the set 012345 and six find the amount of odd three digit numbers that can be created \n" ); document.write( "-------- \n" ); document.write( "Assuming repetition is allowed, and leading zeroes, eg 013, are not: \n" ); document.write( "The units digit must be 1, 3 or 5 ---> 1 of 3 \n" ); document.write( "The 10s digit can be 1 of 7 \n" ); document.write( "The 100s digit is 1 of 6 \n" ); document.write( "---- \n" ); document.write( "3*6*7 = 126 \n" ); document.write( "---------- \n" ); document.write( "I won't list them. \n" ); document.write( "====================== \n" ); document.write( "We should not have to make assumptions. \n" ); document.write( "Repetition and leading zeroes being allowed should be specified. \n" ); document.write( " \n" ); document.write( " |