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.
An increase of 2% per year means the population is multiplied by 1.02 each year. Your exponential function with a base of 1.02 and a scale factor of 5.3 (billion) will look like this:
... q(t) = 5.3×1.02^t
X + y = 4200 so x = 4200 - y
0.035x + 0.045y = 174
substitute x = 4200 - y into 0.035x + 0.045y = 174
0.035x + 0.045y = 174
0.035(4200 - y) + 0.045y = 174
147 - 0.035y + 0.045y = 174
0.01y = 27
y = 2700
x + y = 4200
x = 4200 - 2700
x = 1500
answer
$1500 in <span>3.5%
$2700 in 4.5%</span>
Let the number of hours she spent in baby- sitting is x
and the number of hours she spent in music lessons is y.
Now, we have been given that she worked a total of 18 hours. Hence, we have

And she made $139. Thus, we have

Substituting the value of y from equation 1 in 2, we get

Therefore, she spent 11 hours in baby-sitting.