<span>4.13 (continues) is the answer</span>
Answer:
y=5/2x
Step-by-step explanation:
The line needs to go through the points (0,0) and (2,5).
With y=5/2x, there is no y-intercept, so it starts on the origin, (0,0). With the slope 5/2, you would rise 5 (y) from the origin, and run 2 (x), which gives you the point (2,5).
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
20 is 85% of the number 23.5294
Consider x to be the number of seconds and y the number of free-throws.
Then, according to the question, the equation includes points (10,3) and (60,18).
Finding the equation of a line that goes through such two points,

Thus, the constant of proportionality is 0.3. 0.3 free-throws per second or 3.333... seconds per free-throw