Reference no: EM131233243
In the land of Puzzlevania, Aaron, Bob, and Charlie had an argument over which one of them was the greatest puzzler of all time. To end the argument once and for all, they agreed on a duel to the death. Aaron was a poor shooter and only hit his target with a probability of 1/3. Bob was a bit better and hit his target with a probability of ½. Charlie was an expert marksman and never missed. A hit means a kill and the person hit drops out of the duel.
To compensate for the inequities in their marksmanship skills, the three decided that they would fire in turns, starting with Aaron, followed by Bob, and then by Charlie. The cycle would repeat until there was one man standing, and that man would be the Greatest Puzzler of All Time.
An obvious and reasonable strategy is for each man to shoot at the most accurate shooter still alive, on the grounds this shooter is the deadliest and has the best chance of hitting back.
Write a Java application to simulate the duel using this strategy. Your application should use random numbers and the probabilities given in the problem to determine whether a shooter hits the target. Create a class named Dueler that contains the dueler's name and shooting accuracy, a boolean indicating whether the dueler is still alive and a method shootAtTarget(Dueler target) that sets the target to dead if the dueler hits his target (using a random number and the shooting accuracy) and does nothing otherwise.
Once you can simulate a single duel, add a loop to your application that simulates 1,000 duels. Count the number of times that each contestant wins and prints the probability of winning for each contestant (ie., for Aaron, your application might output "Aaron won 395/1,000 duels or 39.5%").
Why does wheeled coach have excess inventory
: Why does Wheeled Coach have excess inventory? What kind of a plan would you suggest for dealing with it? Wheeled Coach, the world’s largest manufacturer of ambulances, builds thousands of different, constantly changing configurations of its products...
|
Amortized cost of a binary counter
: How do you prove that the amortized cost of a binary counter that can increment and decrement is O(log n)?
|
What is an information system
: What is an information system? How does it work? What are its management, organization, and technology components? Why are complementary assets essential for ensuring that information systems provide genuine value for organizations?
|
What provisions in the constitution to ensure a fair trial
: What provisions in the Constitution are designed to ensure a fair trial? What are the most important provisions in the U.S. Constitution affecting civil rights policies?
|
Java application to simulate the duel
: Write a Java application to simulate the duel using this strategy. Your application should use random numbers and the probabilities given in the problem to determine whether a shooter hits the target
|
Master schedules are expressed in three different ways
: Master schedules are expressed in three different ways, depending on whether the process is continuous, a job shop, or repetitive. Compare and contrast the three ways master schedules are expressed and used.
|
Research development of the us social security program
: Research the development and administration of the U.S. Social Security program. Include its history, current structure, and calculation of benefits; also, include other benefits available through the program.
|
Division between content and non-content
: 1. Explain the significance of the division between "content" and "non-content" as it relates to federal electronic surveillance law.
|
Determine the final state and find the heat transfer
: We open the valve and let all the water come to a single uniform state while we transfer enough heat to have a final pressure of 300 kPa. Give the two property values that determine the final state and find the heat transfer.
|