144k views
4 votes
Phillip is standing across the classroom from his desk. He walks x steps in a straight line to his right, turns left at a 90° angle, and then walks another y steps in a straight line to arrive at his desk. The shortest path from Phillip's original position to his desk is d steps. Which of the following functions would best model the situation above? polynomial step absolute value square root A polynomial B step C absolute value or D square root

User IngisKahn
by
7.2k points

1 Answer

2 votes
For this case, we can model the problem as a triangle with a right angle.
Where,
x, y: lengths of the sides of the triangle
d: hypotenuse of the triangle
We then have the following relationship:

d ^ 2 = x ^ 2 + y ^ 2
Clearing d we have:

d = √( x^2 + y^2)
Answer:
A functions that would best model the situation above is:
D square root
User IluSioN
by
7.6k points