Step-by-step explanation:
Hi, your question isn't totally complete. Here's the likely full question:
Random walk. A Java programmer begins walking aimlessly. At each time step, she takes one step in a random direction (either north, east, south, or west), each with probability 25%. She stops once she is at Manhattan distance r from the starting point. How many steps will the random walker take? This process is known as a two-dimensional random walk.
Write a program RandomWalker.java that takes an integer command-line argument r and simulates the motion of a random walk until the random walker is at Manhattan distance r from the starting point. Print the coordinates at each step of the walk (including the starting and ending points), treating the starting point as (0, 0). Also, print the total number of steps taken.
Answer:I think 11
Step-by-step explanation: 11 because one can do no more than 11 packages so the most potential one most be 11 since it can't do 18 but the 18 can do 11 and the max of the other one is 11
Answer: 480
Step-by-step explanation:
8x6x10=480
48x10
480
Answer:
58/100
Step-by-step explanation:
<h3><u>Question:</u></h3>
There are 3900 workers in the three main buildings downtown. Twice as many people work in the largest building as in the smallest of the three. There are 500 more workers in the second-largest building than in the smallest building. How many workers are in each building?
<h3><u>Answer:</u></h3>
There are 850 workers in smallest building and 1700 workers in largest building and 1350 workers in second largest building
<h3><u>Solution:</u></h3>
Let "b" be the number of workers in smallest building
Given that Twice as many people work in the largest building as in the smallest of the three
number of workers in largest building = 2b
Given that There are 500 more workers in the second-largest building than in the smallest building
Number of workers in second largest building = 500 + b
Given that there are 3900 workers in 3 buildings
b + 2b + 500 + b = 3900
4b + 500 = 3900
4b = 3900 - 500
4b = 3400
b = 850
Thus there are 850 workers in smallest building
workers in largest building = 2b = 2(850) = 1700
workers in second largest building = 500 + b = 500 + 850 = 1350
Thus there are 850 workers in smallest building and 1700 workers in largest building and 1350 workers in second largest building