Domain s the numbers you can use
range is the result from putting the domain in
domain is all real numbers
range, see that -3x^2, all things become positive then negative
so highest thing would be at x=0, so then the highest thing in the range is 0
test another
x=3
the result is -27
0>-27
range is y≤0
domain=all real number
range is all real numbers less than or equal to 0
in interval notation
D=(⁻∞,∞)
R=(⁻∞,0]
Answer:
The domain is [1,∞)
Step-by-step explanation:
The given functions are:

and

We want to find the domain of

Simplify to get:

This function is defined when the expression under the radical is greater or equal to zero.

Answer:
f(N) = 2+ N/2 + 6N² units of time.
Step-by-step explanation:
Assigning 0 to the variable sum takes one unit of time.
Each time you increment sum by B, you need to call the value of sum, sum it to B and assign it to sum, which takes three units of time in total. You are repeating this process for each value of B which ranges from 1 to 4n and for each value of A which ranges from 1 to n/2. Opening the FOR takes also another unit of time, so, as a result, we have
f(N) 1 + 1 (open the FOR in A)+ N/2*(1 (open the FOR in B) + 4N*3) = 2+ N/2 + 6N² units of time. It has order complexity O(N²).
Answer:
(5 1/2 miles, $12.50)
Step-by-step explanation:
Looking at the graph, identify as best you can the coordinates of the point at which the two graphs cross. I read (5 1/2 miles, $12.50).