164k views
5 votes
A coordinate grid is mapped onto a video game screen, with the origin at the lower left corner. The game designer programs a turtle to move along a linear path that passes through the points (0, 0) and (10, 8).The designer also programs a bird with a path that can be modeled by a quadratic function. The bird starts at the vertex of the path at (0, 20) and passes through the point (10, 8).What is the slope of the line that represents the turtle's path?

2 Answers

4 votes

Answer:

0.8 took the test

Explanation:

User Rayshawn
by
5.8k points
3 votes

Answer: 0.8

Explanation:

The slope of a line passing through point A(a,b) and B(c,d) is given by :-


m=(d-b)/(c-a)

Given : A coordinate grid is mapped onto a video game screen, with the origin at the lower left corner.

The game designer programs a turtle to move along a linear path that passes through the points (0, 0) and (10, 8).

Then , the slope of the line that represents the turtle's path is given by :-


m=(8-0)/(10-0)=(8)/(10)=0.8

Hence, the slope of the line that represents the turtle's path is 0.8 .

User Santonu
by
5.1k points