291,219 views
12 votes
12 votes
Please help me solve this code. I gave all the info you would need.

Please help me solve this code. I gave all the info you would need.-example-1
User Pking
by
2.7k points

2 Answers

22 votes
22 votes

Explanation:

I guess your problem is understanding what is domain and range.

well, the domain is the interval or set of valid values for x for a function or curve.

the range is the interval or set of valid values for y (or function results) for a function or curve.

our function or curve here is the graph of a throw of a basketball.

that throw went continuously from 0 ft to 17 ft distance from the player.

and the height of the ball went continuously from 6 ft to 12 ft and then all the way down to 0 ft (on the floor).

as the graph shows : distance (or horizontal displacement) is our "x".

and the height is our "y".

so, the domain is

0 <= x <= 17

and the range is

0 <= y <= 12

and the code is then

0 17 0 12

A N A K

User Elyana
by
2.5k points
17 votes
17 votes

Answer:

017012

Explanation:

Domain:

0≤x≤17

Range:

0≤y≤12

User Mike Ma
by
2.8k points