A game is played by picking a random card from a normal, 52…

A game is played by picking a random card from a normal, 52 card deck. If the card is a diamond, you win $5. If the card is a black face card, you win $20. If the card is a black ace, you win $50. If it is any other card, you win nothing. a. Construct a probability distribution table for this situation. (Put on paper and input “Paper” on D2L) b. You are in charge of the game? how much would you charge people to play? Explain using topics from Unit 2

You are inspecting an assembly line for quality control. If…

You are inspecting an assembly line for quality control. If you find more than 2 defective products, you must shut it down for the day. A certain batch of 80 products has 8 defective products. What is the probability you shut down the assembly line if you randomly select 10 products? (round to nearest tenth of a percent)

Cipher-Block-Chaining MAC (CBC-MAC) is a mechanism where a b…

Cipher-Block-Chaining MAC (CBC-MAC) is a mechanism where a block cipher is used to provide the message authentication functionality as shown in the diagram. There are, however, numerous collision attacks possible on CBC-MAC. One of which was discussed in class where for messages a, b, c: if MAC(a) = MAC(b); then MAC(a||c) = MAC(b||c). How could this vulnerability be utilized for an attack?