Given:
Alan salary P (in dollars) when he works h hours is represented by the equation

To find:
The earning per hour.
Solution:
We have,

Here, P is total salary and h is number of hours he works.



Therefore, the earning per hour is $12.50.
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:
54 - 10y
Step-by-step explanation:
Distribute each of the 3 parenthesis
= 12y + 24 - 32y + 32 - 10y - 2 ← collect like terms
= 54 - 10y
Answer:
-24
Step-by-step explanation:
-3 (x + 4) - 2 = -2 (x - 5)
-3x - 12 - 2 = -2x + 10
-3x + 2x = 10 + 12 + 2
-x = 24
x = -24