Question

In: Statistics and Probability

%) Even integers with non repeating digits. Even integers are integers ending in 0, 2, 4,...

  1. %) Even integers with non repeating digits. Even integers are integers ending in 0, 2, 4, 6, 8. It is easy to see that for 2 digits integers, the number of 2 digits even integers is 45 (i.e. from 10 to 99, 10, 12, 14, …, 96, 98 are the 2 digits even integers); for 3 digits integers, the number of 3 digits even integers is 450 (from 100 to 999, 100, 102, 104, .. , till 994, 996, 998), and so on.

Now consider even integers with non-repeating digits. Calculate the number of even integers where digits can not be repeated

  1. (3%) For 2 digits (how many even integers are among 10, 12, .., 96, 98 with non-repeating digits? This means 22, 444, 66, and 88 are not counted. Anything else)?
  2. (5%) For 3 digits (how many even integers are among 100, 102, .., 996, 998 with non-repeating digits? Note this means 112, 202, 222, etc. are not included, but 102, 104 etc. are included.)
  3. (7%) For 4 digits.

Solutions

Expert Solution

Answer: ---- Date: ----10/7/2019


Related Solutions

How would you take a given array of non-repeating random integers and sort every 5th element. Meaning index 0 is the smallest element in the array.
JAVA ProgrammingHow would you take a given array of non-repeating random integers and sort every 5th element. Meaning index 0 is the smallest element in the array. index 4 is the 5th smallest element in the array, index 9 is the 10th smallest element in the array and so on...- this array could be small (like 5 indexes) or large (like 100,000 indexes).- all other numbers do not change position
How many eight-digit positive integers have the sum of digits being even?
How many eight-digit positive integers have the sum of digits being even?
How many different positive integers less than 1000 have distinct digits and are even? My attempt:...
How many different positive integers less than 1000 have distinct digits and are even? My attempt: since 1 digit numbers have the repeating 0 digit i started with 2 digit numbers. xxx= First digit: can only be 0 Second digit: can be any of 9 digits Third digit: can't be 0 or the digit used in the tens column so one of 4 numbers. 1*9*4= 36 ways so 1 * 9 * 4= 36 ways Now for the 3 digit...
How many even 4-digit numbers can be formed from the digits 1, 2, 3, 6, and...
How many even 4-digit numbers can be formed from the digits 1, 2, 3, 6, and 9 with no repetitions allowed? (Hint: Try filling the units place first.)
Recall that hexadecimal numbers are constructed using the 16 digits 0, 1, 2, 3, 4, 5,...
Recall that hexadecimal numbers are constructed using the 16 digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. (a) How many strings of hexadecimal digits consist of from one through four digits? (b) How many strings of hexadecimal digits consist of from two through five digits?
In a lottery game a player chooses four digits (digits can repeat, for instance 0, 2,...
In a lottery game a player chooses four digits (digits can repeat, for instance 0, 2, 0, 2 is a valid choice) and bet $1 that all four of them will arise in the four digit number drawn from the lottery. It isn’t necessary that the order will be the same: if a player selects 2, 6, 7, 8 the selection of 8, 2, 7, 6 means he won. Player gets $200 if he wins. 1. What is the probability...
In a lottery game a player chooses four digits (digits can repeat, for instance 0, 2,...
In a lottery game a player chooses four digits (digits can repeat, for instance 0, 2, 0, 2 is a valid choice) and bet $1 that all four of them will arise in the four digit number drawn from the lottery. It isn’t necessary that the order will be the same: if a player selects 2, 6, 7, 8 the selection of 8, 2, 7, 6 means he won. Player gets $200 if he wins. 1. What is the probability...
Hexadecimal digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C,...
Hexadecimal digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F. How many hexadecimal strings of length twelve have five A’s and five B’s? How many hexadecimal strings of length twelve have at most three E’s? How many hexadecimal strings of length twelve have exactly three A’s and at least two B’s? How many hexadecimal strings of length twelve have exactly two A’s and exactly two B’s, so that the two...
Java code TIA I need this: Your program makes accommodations for repeating digits. For example if...
Java code TIA I need this: Your program makes accommodations for repeating digits. For example if the random numbers generated were 141 in that order. Then the user entered 271 in that order, be sure that the last one does not count a match to the first and third numbers of the random numbers. They only matched one number in this case. Now if the random numbers are 141 in that order and the user enters 113, then they did...
Write a Java program to initialize an array with the even integers from 2 to 20...
Write a Java program to initialize an array with the even integers from 2 to 20 and print the result then pass this array to a method in order to create a new array which is the inverse of the array you passed (print the result). You cannot use a third array. Insert comments and version control in the program to document the program.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT