EXPLANATION:
1.We must locate the points that the exercise gives us in the Cartesian plane.
2.The figure that it gives us must be moved 3 units to the left and then 2 units up.
3.To correctly translate a figure, we must add the units that the exercise indicates and towards the correct direction, if it tells us that to the left is towards the negative axis, then each of the points given in the exercise we will transfer 3 units towards the left and then add each of the points two units up, then we see that the triangle takes new coordinates for the points.
4.The new coordinates for point E are (3,6)
Answer:
x = 5
Step-by-step explanation:
First, break it down:
Two is eight less than twice a number
2 = 2x - 8
+8 + 8
10 = 2x
5 = x
Hope this helps :)
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.
A, C, and D. Hope this helps!