Answer:
25%
Step-by-step explanation:
9/12 = 3/4
1/4 (the months he wasn't working) = 25%
Option A
The solution is 
<em><u>Solution:</u></em>
<em><u>Given system of equations are:</u></em>
3x + 6y = 1 ------ eqn 1
x - 4y = 1 ------ eqn 2
We have to find solution to system of equations
We can use substitution method
From eqn 2,
x = 1 + 4y -------- eqn 3
Substitute eqn 3 in eqn 1
3(1 + 4y) + 6y = 1
3 + 12y + 6y = 1
18y = 1 - 3
18y = -2
Divide both sides by 18

Substitute the above value of y in eqn 3

Thus solution is 
Answer:
4
When you divide powers you take them away but when you times them you add them
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:
w
Step-by-step explanation:
The amount of water they need to bring depends on how long they will be hiking.