Joey and Armando live on the same st as the park. The park is 9/10 mile from Joey's home. Joey leaves home and walks to Armando's home. Then Joey and Armando walk 3/5 mile to the park. Write and solve an equation to find how far Joey walked to get to Armando's home.

Respuesta :

DeanR
Let's start by assuming Armando's house is between Joey's and the park. 

Let [tex]x[/tex] be the distance Joey walked to Armando's house.

The park is 9/10 mile from Joey's home. Joey leaves home and walks to Armando's home. Then Joey and Armando walk 3/5 mile to the park. 

[tex]\dfrac{9}{10} = x + \dfrac{3}{5}[/tex]

[tex]x = \dfrac{9}{10} - \dfrac{3}{5} = \dfrac{9}{10} -\dfrac{6}{10} = \dfrac{3}{10}[/tex]

That's probably the answer they're looking for.  But what if the park is between Joey and Armando's houses or Joey is between the park and Armando?  (The latter isn't really possible with the given distances.)

Let [tex]a, b, c[/tex] be the distances between three collinear points like we have here.  Our equation is really a few equations in one, something like

[tex]\pm a \pm b = \pm c[/tex]

Let's get rid of the plus/minuses. Squaring,

[tex]a^2 + b^2\pm 2ab = c^2[/tex]

[tex]\pm 2ab = c^2-a^2-b^2[/tex]

[tex]4a^2b^2 = (c^2-a^2-b^2)^2[/tex]

For us, that's a quadratic equation for [tex]c^2[/tex]

[tex]4(9/10)^2(3/5)^2= (c^2-(9/10)^2 - (3/5)^2)^2[/tex]

I'll skip right to the solutions,

[tex]c^2=\dfrac{9}{100} \textrm{ or } c^2=\dfrac{9}{4}[/tex]


[tex]c=\dfrac{3}{10} \textrm{ or } c=\dfrac{3}{2}[/tex]

We could have gotten the 3/2 just by adding 9/10+3/5 but this was more fun.