Hello here is a solution:
Answer:
g(1) = 0
There is a remainder of 10 so you can automatically cross out 3 and 4.
Answer:
9
Step-by-step explanation:
The range of a data set is the largest number minus the smallest number. so it would be 9-0= 9
hope this helps!!
btw if somebody could please answer my recent question i would really appreciate it!!
Answer:
<em>We disagree with Zach and Delia and agree with Alicia</em>
Step-by-step explanation:
The domain of a function is the set of values of the independent variable that the function can take according to given rules or restrictions.
The range is the set of values the dependent variable can take for every possible value of the domain.
The graph shows a continuous line representing the values of the function. We must take a careful look to the values of x (horizontal axis) where the function exists. It can be done by drawing an imaginary vertical line passing through the value of x. If that line touches the graph of the function, it belongs to the domain. It's clear that every value of x between -5 and 3 (both inclusive because there are solid dots in the extremes) belong to the domain:
Domain: 
The range is obtained in a similar way as the domain, but the imaginary lines must be horizontal. That gives us the values of y range from -7 to 5 both inclusive:
Range:

Thus we disagree with Zach and Delia and agree with Alicia
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 