Answer:
Take the slopes, such that 7-4/-4+3= 3/-1=-3
So one endpoijt is (-5,10)
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.
The volume for a pyramid is

, where B is the area of the base and h is the height. We are given the volume, and the base and height in terms of x. Our formula then looks like this:

. Simplifying the right side we have

. Multiply both sides by 18 to get rid of the fraction and we have

, so x = 117.575