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.)
It’s the first one
3(6)-1/2(6)+1
<h3>Answer is -9</h3>
=================================
Work Shown:
(g°h)(x) is the same as g(h(x))
So, (g°h)(0) = g(h(0))
Effectively h(x) is the input to g(x). Let's first find h(0)
h(x) = x^2+3
h(0) = 0^2+3
h(0) = 3
So g(h(x)) becomes g(h(0)) after we replace x with 0, then it updates to g(3) when we replace h(0) with 3.
Now let's find g(3)
g(x) = -3x
g(3) = -3*3
g(3) = -9
-------
alternatively, you can plug h(x) algebraically into the g(x) function
g(x) = -3x
g( h(x) ) = -3*( h(x) ) ... replace all x terms with h(x)
g( h(x) ) = -3*(x^2 + 3) ... replace h(x) on right side with x^2+3
g( h(x) ) = -3x^2 - 9
Next we can plug in x = 0
g( h(0) ) = -3(0)^2 - 9
g( h(0) ) = -9
we get the same result.
Answer:
all work is pictured and shown