126k views
3 votes
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.

User Dpington
by
5.3k points

1 Answer

2 votes

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.

User Krassowski
by
5.7k points