A toothpaste company did a survey at the mall. They found that 42.5% of those surveyed brushed their teeth twice a day. Which random numbers would you generate on a computer spreadsheet to simulate the survey?

a. random integers from 425 to 1000
b. random integers from 1 to 100
c. random integers from 1 to 425
d. random integers from 1 to 1000
Thanks....

42.4% is 425/1000

So, I'd use 1-1000 as my base.