We begin with 1,000 fish in a lake.
Each year the population declines to 15%
Then they put back 500 fish in the lake.
The equation: (1000 * .85) +500
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: A(x) = 15 ft + 2x
EXPLANATION
Given,
The dimension of the rectangular garden is 20 ft by 15 ft.
Dimension of a rectangle is written as Length by Width
This implies that,
Length of the garden = 20 ft
Width of the garden = 15 ft
The garden has a walk around it of width x.
The combined width of the garden = Width of garden + 2x
[we are adding twice the width of the walk because it is
around the garden (this means it will add to the width of the garden on both the left and right sides)]
Combined width of the garden, A(x) = Width of garden + 2x
Since width of the garden = 15 ft
A(x) = 15 ft + 2x
8x5+8x1-2x(6+6)-2
8x5+8x1 -24 -2
40 + 8 - 24 - 2
48 - 26
22
C. More of the children were close to 12 years old than 6 years old.