A manufacturer gets a shipment of 520 batteries of which 26 are defective. The store manager wants to be able to test random samples in future shipments. She tests a random sample of 20 batteries in this shipment to see whether a sample of that size produces a reasonable inference about the entire shipment. Fill in the blanks to make this statement true. The manager selects a random sample using the formula randInt,(1 ) to generate random numbers.

Respuesta :

Answer:

Since 26 out of a total of 520 batteries were defected and she wants to randomly select 20 batteries for it.

The formula she will be using will be randInt(1,520) to generate 20 random numbers.