Question
  1. Problem 4-05 (Algorithmic)

    In American football, touchdowns are worth 6 points. After scoring a touchdown, the scoring team may subsequently attempt to score 1 or 2 additional points. Going for 1 point is virtually an assured success, while going for 2 points is successful only with probability p. Consider the following game situation. The Temple Wildcats are losing by 14 points to the Killeen Tigers near the end of regulation time. The only way for Temple to win (or tie) this game is to score two touchdowns while not allowing Killeen to score again. The Temple coach must decide whether to attempt a 1-point or 2-point conversion after each touchdown. If the score is tied at the end of regulation time, the game goes into overtime. The Temple coach believes that there is a 49% chance that Temple will win if the game goes into overtime. The probability of successfully converting a 1-point conversion is 1.0. The probability of successfully converting a 2-point conversion is p.

    1. Assume Temple will score two touchdowns and Killeen will not score. Create a decision tree for the decision of whether Temple's coach should go for a 1-point conversion or a 2-point conversion after each touchdown. The terminal nodes in the decision tree should be either WIN or LOSE for Temple.

Success (p) WIN Go for 2 6 Win OT (49%) WIN Fail (1-p) Success 3 10 Lose OT (51%) LOSE Go for 2 Go for 1 LOSE 2 Win OT (49% W

  1. Assume that a WIN results in a value of 1.0 and LOSE results in a value of 0. Further, assume that the probability of converting a 2-point conversion is p = 38%. Should Temple's coach go for a 1-point conversion or 2-point conversion after scoring the first touchdown?

    1. The Temple coach should go
      • should go
      • should not go
      for 2 points after the first touchdown.

****PLEASE SOLVE FOR THE HIGHLIGHTED PART OF THE GRAPH AND THE THE LAST QUESTION OF WHETHER "should go" or "should not go". THANK YOU.

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

Assume that a WIN results in a value of 1.0 and LOSE results in a value of 0. Further, assume that the probability of converting a 2-point conversion is p = 38%. Should Temple's coach go for a 1-point conversion or 2-point conversion after scoring the first touchdown?

For Temple to win there are three possibilities,

1)To score two touchdowns-12 points + 2 (1pt) =14 points ->draw+50% probability of winning in over time

2)To score two touchdowns-12 pts + 1 pt + 2 pt=15 points->win

3)To score two touchdowns-12 pts+2 pt=16 points->win

Lets calculate the probability of winning in each case:

1)Probability=1*1*0.5=0.5

2)Probability=1*0.38*2 =0.76

3)Probability=0.38^2 =0.1444

But if we see after the first touchdown,

Probability to win if i take a 1 point->0.5+0.38 =0.88

Probability to win if i take 2 point->0.38*(1+0.38*0.5)+0.6*(0.38*0.5)=0.5662

Hence there is a more probability to win if i take the 1 point in the first attempt.

As per HomeworkLib policy we need to solve one question per post. Please post the remaining questions in another post.

Add a comment
Know the answer?
Add Answer to:
Problem 4-05 (Algorithmic) In American football, touchdowns are worth 6 points. After scoring a touchdown, the...
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
  • Problem 4-05 (Algorithmic) In American football, touchdowns are worth 6 points. After scoring a touchdown, the...

    Problem 4-05 (Algorithmic) In American football, touchdowns are worth 6 points. After scoring a touchdown, the scoring team may subsequently attempt to score 1 or 2 additional points. Going for 1 point is virtually an assured success, while going for 2 points is successful only with probability p. Consider the following game situation. The Temple Wildcats are losing by 14 points to the Killeen Tigers near the end of regulation time. The only way for Temple to win (or tie)...

  • In American football, touchdowns are worth 6 points. After scoring a touchdown, the scoring team may...

    In American football, touchdowns are worth 6 points. After scoring a touchdown, the scoring team may subsequently attempt tp score 1 or 2 additional points. Going fo1 point is virtually an assured success, while going for 2 points is successful only with probability p. Consider the following game situation. The Temple Wildcats are losing by 14 points to the Killeen Tigers near the end of regulation time. The only way for Temple to win (or tie) this game is to...

  • In American football, touchdowns are worth 6 points. After scoring a touchdown, h scoring team may...

    In American football, touchdowns are worth 6 points. After scoring a touchdown, h scoring team may subsequently attempt to score 1 or 2 additional points. Going for 1 point is virtually an assured success, while going for 2 point is successful only with probability p. Consider the following game situation. The Temple Wildcats are losing by 14 points to the Killeen Tigers near the end of regulation time. The only way for Temple to win (or tie) this game is...

  • in high school football, a touchdown is worth 6 points, a field goal is worth 3 points, and a safety is worth 2 points

    in high school football, a touchdown is worth 6 points, a field goal is worth 3 points, and a safety is worth 2 points. Following a touchdown a team can try for a 1-point or 2 point conversion. in how many ways can a team score 9 points? explain your answer.__I don't really understand, but I tried it, and I got 2 so far.help?

  • Problem 3. In the game of tennis, the first player to win four points wins the...

    Problem 3. In the game of tennis, the first player to win four points wins the game as long as the winner's total is at least two points more than the opponent. Thus if the game is tied at 3-3(Deuce"), then the game is not decided by the next point, but must go on until one player has two points more than the opponent's score. Assume that the server has a constant probability p of winning each point, independently of...

  • Football teams have the option of trying to score either 1 or 2 extra points after a touchdown. They get 1 point by...

    Football teams have the option of trying to score either 1 or 2 extra points after a touchdown. They get 1 point by kicking the ball through the goal posts or 2 points by running of passing the ball across the goal line. For a recent year, 1-point kicks were successful 95% of the time, while 2-point attempts were successful only 33% of the time. In either case, failure means zero points. Calculate the expected values of the 1-point and...

  • Write a program in the Codio programming environment that allows you to play the game of...

    Write a program in the Codio programming environment that allows you to play the game of Rock / Paper / Scissors against the computer. Within the Codio starting project you will find starter code as well as tests to run at each stage. There are three stages to the program, as illustrated below. You must pass the tests at each stage before continuing in to the next stage.  We may rerun all tests within Codio before grading your program. Please see...

  • usion (24 points) Two firms are playing a repeated Bertrand game infinitely, each with the same marginal cost 100. The market demand function is P-400-Q. The firm who charges the lower price win...

    usion (24 points) Two firms are playing a repeated Bertrand game infinitely, each with the same marginal cost 100. The market demand function is P-400-Q. The firm who charges the lower price wins the whole market. When both firms charge the same price, each gets 1/2 of the total market. I. Coll A. (6 points) What price will they choose in the stage (only one period) Nash equilibrium? What price will they choose if in the stage game (only one...

  • QUESTION: This list of 75 KPIs every manager needs to know is also listed in your...

    QUESTION: This list of 75 KPIs every manager needs to know is also listed in your text on pages 264-265. After reviewing this list and the required resources for this module, consider which indicators would be most important for an industry of your choosing. Provide background information on the industry you chose, and why you think the KPIs you chose are important. Support your list with resources. Read Below!!!! Reference: Key Performance Indicators (KPIs) should be the vital navigation instruments...

  • Multiple-Choice Questions (worth two points each) 1. Which of the following describes the process in which...

    Multiple-Choice Questions (worth two points each) 1. Which of the following describes the process in which one adopts patterns of behavior that lead to greater life satisfaction? A. wellness B. health C. social determination D. self-efficacy 2. The Stages of Change Model of health behavior change emphasizes that A. change happens as a process. B. people change only when faced with an illness. C. change occurs only when the environment supports it. D. changes are more effective when based on...

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
Active Questions
ADVERTISEMENT