49.5 / 71.5 = x / 97.5
x = 49.5 * 97.5 / 71.5
x = 67.5
answer
x = 67.5 ft
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.
We know that the midpoint is the a point in the center of the line (r). This means that from the midpoint to the endpoint (qr) is half the length of the overall line. This means that 5.7 (the length of qr) units is half the length of the line. Two halves make a whole so 5.7 × 2 = 11.4 units as the length of the entire line qs.
Hope this helps!
5 1/6 i got my answer using math papa. high recommend you use it for equation problems.