Question

Assume that your game piece is on North Carolina Avenue and that there are hotels (that...

Assume that your game piece is on North Carolina Avenue and that there are hotels (that are not yours!) on Park Place and Boardwalk. You roll a pair of dice on your next turn. Hint: North Carolina Avenue, Park Place, and Boardwalk are all on the right side of the game board below.

a. What are the odds that you land on one of these properties?

b. What is the probability that you avoid these properties on your next move? Write your answer as a fraction.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ANSWER:

Game piece is on North Carolina Avenue and that there are hotels (that are not yours!) on Park Place and Boardwalk. You roll a pair of dice on your next turn. Hint: North Carolina Avenue, Park Place, and Boardwalk are all on the right side of the game board below. a. What are the odds that you land on one of these properties? b. What is the probability that you avoid these properties on your next move? Write your answer as a fraction.

MONOPOLY game with 2 dice each having 6 numbers: 1,2,..6.Thus, total number of all possibilities= 6 X 6= 36. The different possibilities are (1,1), (1,2),...,(6,6). They are 36 possibilities in total. MONOPOLY game is ALWAYS played with 2 dice each marked with 6 NUMBERS from 1 to 6. This is a pre-requite of playing MONOPOLY.

(a)

Odds that you land on one of these two propoerties (i) Parkplace and (ii) Boardwalk = Number of ways you land on these two properties/ Number of ways you do not land on these two properties.

(i) Park Place you land by putting 5

Number of ways of putting 5: (1,4), (2,3), (3,2), (4,1): 4 Ways

(ii) Boardwalk you land by putting 7

Number of ways of putting 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) : 6 ways

Number of ways you land on these two properties = 10 Ways

Number of ways you do not land on these properties = 36 - 10 = 26 Ways

Substituting, we get:

Odds that you land on one of these properties = 10:26

                                                                    = 5 : 13

(b)

Probability that you avoid these two properties = 26/36

                                                              = 13/18

Add a comment
Know the answer?
Add Answer to:
Assume that your game piece is on North Carolina Avenue and that there are hotels (that...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 2. Assume that your game piece is on North Carolina Avenue and that there are hotels...

    2. Assume that your game piece is on North Carolina Avenue and that there are hotels (that are not yours!) on Park Place and Boardwalk. You roll a pair of dice on vour next turn. Hint: North Carolina Avenue, Park Place, and Boardwalk are all on the right side of the game board below. a. [2 pts] What are the odds that you land on one of these properties? b. [2 pts] What is the probability that you avoid these...

  • Help according to the directions Probability: Problem Set 1 Directions: 1. Solve the following problems. on...

    Help according to the directions Probability: Problem Set 1 Directions: 1. Solve the following problems. on your own paper. Do not write answers on this page. Show your work AND explain your reasoning using complete English sentences. Explanations must directly follow the solution for each part of the problem. Hand write your solutions and explanations 2. 3. You must write your name on the top right of the paper you turn in. 4. You must write the title of this...

  • 2a and 2b. According to the directions Probability: Problem Set 1 Directions: 1. Solve the following...

    2a and 2b. According to the directions Probability: Problem Set 1 Directions: 1. Solve the following problems. on your own paper. Do not write answers on this page. Show your work AND explain your reasoning using complete English sentences. Explanations must directly follow the solution for each part of the problem. Hand write your solutions and explanations 2. 3. You must write your name on the top right of the paper you turn in. 4. You must write the title...

  • To decide your fate, you will play a board game on a simple board: a linear...

    To decide your fate, you will play a board game on a simple board: a linear track with 16 sequential spaces numbered from 1 to 15. The “zero” space is marked “Start,” and your token is placed on it. The jailer has one silver coin and places it on a random numbered space. The jailer then gives you a gold coin, and you are allowed to place it on any numbered space that you want except that the coins must...

  • INTRODUCTION: Play sorry with two die, and one peg. Move your piece down the board first....

    INTRODUCTION: Play sorry with two die, and one peg. Move your piece down the board first. But rolling certain numbers will change the pace of the game. INCLUDE IN YOUR ASSIGNMENT: Annotation is a major part of any program. At the top of each of your C++ programs, you should have at least four lines of documentation: // Program name: tictactoe.cpp // Author: Twilight Sparkle // Date last updated: 5/26/2016 // Purpose: Play the game of Tic-Tac-Toe ASSIGNMENT: Sorry Game...

  • 2. One the last exam, you analyzed a mini-version of the board game Chutes and Ladders. For your ...

    2. One the last exam, you analyzed a mini-version of the board game Chutes and Ladders. For your reference, this information is repeated on the next page. (a) Give the one-step transition matrix P for the Markov chain {Xn,n 2 0]. (This is the same question that was on the exam) (b) What is the expected length (number of spins) of a game? (c) In which square should the player expect to spend the most time? (d) In which square...

  • In C++. Write a class named FBoard for playing a game, where player x is trying to get her piece to row 7 and player o i...

    In C++. Write a class named FBoard for playing a game, where player x is trying to get her piece to row 7 and player o is trying to make it so player x doesn't have any legal moves. It should have: An 8x8 array of char for tracking the positions of the pieces. A data member called gameState that holds one of the following values: X_WON, O_WON, or UNFINISHED - use an enum type for this, not string (the...

  • For this assignment, your job is to create a simple game called Opoly. The objectives of...

    For this assignment, your job is to create a simple game called Opoly. The objectives of this assignment are to: Break down a problem into smaller, easier problems. Write Java methods that call upon other methods to accomplish tasks. Use a seed value to generate random a sequence of random numbers. Learn the coding practice of writing methods that perform a specific task. Opoly works this way: The board is a circular track of variable length (the user determines the...

  • 1. Problem Description Language: JAVA The game of Poker Dice is a bit like standard poker...

    1. Problem Description Language: JAVA The game of Poker Dice is a bit like standard poker but played with dice instead of cards. In this game, five fair dice are rolled. We will recognize one of seven different hands, in order of increasing value: None alike: Five distinct die values occur. Example: 1, 3, 4, 5, 6 One Pair: Four distinct die values occur; one die value occurs twice and the other three die values occur once each. Example: 1,...

  • You will create a PYTHON program for Tic-Tac-Toe game. Tic-Tac-Toe is normally played with two people....

    You will create a PYTHON program for Tic-Tac-Toe game. Tic-Tac-Toe is normally played with two people. One player is X and the other player is O. Players take turns placing their X or O. If a player gets three of his/her marks on the board in a row, column, or diagonal, he/she wins. When the board fills up with neither player winning, the game ends in a draw 1) Player 1 VS Player 2: Two players are playing the game...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT