rc327
contestada

Jacket and Jill are planning to meet at the top of the hill. Jack is 2 miles away and Jill is 3 miles away. Jill walks 1.5 miles per hour faster than Jack. It takes them the same amount of time to get there. What are their rates and how long will it take?

Respuesta :

Answer:

Jacks Rate: 3 miles per hour

Jills Rate: 4.5 miles per hour

Time: 40 minutes or 2/3 of an hour

Step-by-step explanation:

Setting up the Algebraic Expressions:

This problem in it self isn't necessarily too complex, but a crucial part of it is taking the context given and somehow making that into a algebraic expression which we can then use to solve the equation.

Assigning Unknowns and Variables:

So let's first assign two unknowns to the rates at which Jack and Jill walk. Since both of there names start with J, I'll use a subscript to differentiate between the two.

[tex]\text{let }J_a=\text{Jack's walking rate}\\\text{let }J_i = \text{Jill's walking rate}[/tex]

Notice that both have a J, but there is a little letter to the right and below, which is a subscript. This way we can easily tell which person we are referring to while not having to write out their entire name as a variable.

Now let's assign two variables. First let's assign distance: [tex]D=\text{distance from top of hill}[/tex]

and let's also assign time to a variable: [tex]t = \text{time in hours}[/tex]

Deriving Equations:

Now let's start making some equations! If jack is two miles away from the top of the hill, in general, the distance from the hill can be calculated using the following equation: [tex]D=2-t*j_a[/tex]

Essentially, Jack starts off with a distance of two miles away, and after one hour, Jack will walk [tex]j_a[/tex] miles, this is his rate, what Jake travels in one hour. After another hour passes, he will do the same thing, but twice. So this is why we're multiplying by time. Since for each hour that passes, he will walk a further: [tex]j_a[/tex] miles, meaning he will be that much closer, so we subtract it from 2, the initial distance.

The same logic can be applied to Jill, except with an initial distance of 3 miles and using the unknown: [tex]j_i[/tex] which is Jill's rate. So we get the following equation: [tex]D=3-t*j_i[/tex]

If we're looking for when they reach the top of the hill, that means that the distance from the hill is zero. So let's set both equations to zero.

[tex]0=3-t*j_i\\0=2-t*j_a[/tex]

From here let's solve for time for both equations. So let's start with the first equation.

[tex]0=3-t*j_i[/tex]

From here let's subtract 3 from both sides to get rid of the 3 on the right side.

[tex]0-3=(3-3)-t*j_i\implies-3=-t*j_i[/tex]

from here let's divide both sides by Jill's rate.

[tex]\frac{-3}{j_i} = \frac{-t*j_i}{j_i} \implies \frac{-3}{j_i}=-t[/tex]

From here let's divide both sides by -1 to get t isolated.

[tex]\frac{\frac{-3}{j_i}}{-1} = \frac{-t}{-1} \implies \frac{3}{j_i}=t[/tex]

We can essentially apply the same steps to the equation we derived from Jack's rate.

[tex]0=2-t*j_a\\\\(0-2)=(2-2)-t*j_a \implies -2 = -t*j_a\\\\ \frac{-2}{j_a} = \frac{-t}{j_a} \implies \frac{-2}{j_a} = -t\\\\\frac{\frac{-2}{j_a}}{-1} = \frac{-t}{-1} \implies \frac{2}{j_a} = t[/tex]

Now we have the equations:

[tex]\frac{2}{j_a} = t\\\\\frac{3}{j_i} = t[/tex]

and this represents the time needed to reach the top of the hill (since we set both equations equal to zero)

Substituting and Solving:

From here we need to look once more at the question, specifically where it says: "It takes them the same amount of time to get there". So we set the equations equal to each other.

[tex]\frac{2}{j_a} = \frac{3}{j_i}[/tex]

Now we use our last piece of needed context: "Jill walks 1.5 miles per hour faster than Jack".  We can set up one more equation: [tex]J_i = J_a+1.5[/tex].

This is super useful to have, since we can now make a substitution give this equation, converting our two-variable equation into a one-variable equation, allowing us to solve for one numerical value.

We have: [tex]\frac{2}{j_a} = \frac{3}{j_i}[/tex] and we know that: [tex]J_i = J_a+1.5[/tex], so let's simply plug in [tex]J_a+1.5[/tex] for [tex]j_i[/tex].

This gives us the equation:

[tex]\frac{2}{J_a}= \frac{3}{J_a + 1.5}[/tex].

Cross Multiply:

[tex]2(J_a+1.5) = 3(J_a) \implies 2J_a + 3 = 3J_a[/tex].

Subtract [tex]2J_a[/tex]:

[tex]3=J_a[/tex].  

We can solve for Jills value, since Jill's value is just 1.5 miles per hour more than this, so [tex]J_i = 3+1.5=4.5[/tex]

Now let's take Jacks value and substitute it into his time equation

[tex]t = \frac{2}{3}[/tex]

we can keep this in hours, or we can convert this into minutes. We can convert this in to minutes by multiplying the amount of minutes in an hour by 2/3, so: [tex]60 * \frac{2}{3} = \frac{120}{3} = 40\text{ minutes}[/tex]