Write a C++ program to solve the following problems when an unbiased die is rolled.
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Write a C++ program to solve the following problems when an unbiased die is rolled. You can have probabilities hardcoded, but take user input for the number of times the user want the dice to roll and the combination of the output probability they want to find.
Example:
Number of times die is rolled: 2
Combination: ODD, ODD
Output probability: 1/36
You can create your own menu and have user-defined functions for the combinations.
- An even number is rolled followed by two odd numbers
- An even number is rolled, followed by a multiple of 2, followed by an odd number
- An odd number is rolled, followed by a multiple of 3, followed by a multiple of 5
- The sum of rolling a die two times is equal to 12
- The sum of rolling a die three times is equal to 15
Your code must show clearly how you are using the AND and OR operators you learned in class for solving probability questions.
Attachments:
Expert's Answer
366 Times Downloaded
Related Questions
. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 1
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of
. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:
1
Project 2
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some of the aspects of a number of