Sign In
Domain: 0≤ b ≤ 8
Range: 0≤ A(b) ≤ 9600
Explanation: See solution.
Furthermore, it would not make sense to use a negative amount of bags of grass seed, so b also must be greater than or equal to zero. A(b) = 1200b where 0 ≤ b≤8 Therefore our domain is 0 ≤ b ≤ 8, because we can use between 0 and 8 bags of grass seed.
Now, let's recall the range of a function. The range represents the set of all of the possible outputs of a function. A(b) = 1200b where 0 ≤ b≤8 In our function A(b) is the output variable, so we will try to find the set of values for A(b). Let's substitute the smallest possible input, 0, into our function to find the smallest possible output. A(0)=1200(0) ⇒ A(0)=0 Now let's substitute the largest possible input, 8, into our function to find the largest possible output. A(8)=1200(8) ⇒ A(8)=9600 Thus, we have found that the smallest output is 0 and the largest output is 9600. This means that the range is 0≤ A(b) ≤ 9600.