R studio homework help!

Hi all, In R studio, what code do i need to conduct:

step 1: I roll 3 six-side dice once and repeat it 100 times,and store the results into a row=100/column=3 matrix.

step 2: sum the rows (one row should be the sum of 3 dice' count), so i would have 100 results.

step 3: In these 100 trails, what is the probability that the sum count in in one row is >=13?

thanks a lot

Welcome to the community. Please read the general FAQ and the FAQ: Homework Policy and edit your question accordingly. Please provide details on what you have already accomplished and where exactly you're stuck, preferably with code (a reprex would be great).

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.