Answer:
a) The minimum y-value of f(x) is -3
d) The minimum y-value of g(x) is -3
Step-by-step explanation:
Given in the question that,
f(x) = 3
-3
g(x) = 7x² - 3
<h3>A)</h3>
At large negative exponents, the value approaches to zero
y = 
y = 
y = 
<h3>B)</h3>
Minimum y-value of g(x) will be when x = 0
y = 7x² - 3
y = 7(0) - 3
y = -3
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)