Answer:
<h2>(f + g)(x) = x² + 3x - 5</h2>
Step-by-step explanation:

Answer:
1.6%
Step-by-step explanation:
The cumulative distribution function (CDF) of a random variable X is denoted by F(x), and is defined as
F(x) = P(X ≤ x). where x is the largest possible value of X that is less than or equal to x
z = (x-μ)/σ,
where:
x is the raw score = 205
μ is the population mean, = 220 pounds
σ is the population standard deviation = 7 pounds
205 -220/7
z = -15/7
z = -2.1428571429
Using the normal cdf function on your graphing calculator,the cumulative distribution is
normalcdf( -2.1428571429, 100)
= 0.01606229
In percent form = 0.01606229 × 100
= 1.6%
Answer:
2^4 = (2 x 2) x (2 x 2) = 4 x 4 = 16
Step-by-step explanation:
The prime factorization of 18 is: 2 x 3 x 3.
The prime factorization of 45 is: 3 x 3 x 5.
The prime factors and multiplicities 18 and 45 have in common are: 3 x 3.
3 x 3 is the gcf of 18 and 45.
gcf(18,45) = 9.
Answer:
x = 0
y = 2
Step-by-step explanation:
3x + 9y = 18 ---------eqn 1
y = x + 2---------eqn 2
Substitute eqn 2 into eqn 1, for the value of y
3x + 9( x + 2) = 18
3x + 9x + 18 = 18
12x + 18 = 18
12x = 18 -18
12x = 0
Divide both sides by 12 , to get the value of x.
12x/ 12 = 0/12
x = 0
Substitute x = 0 into eqn 2
y = x + 2
y = 0 +2
y = 2
Hint: to confirm the values
x = 0
y = 2
Let's take eqn 1 ,
3x + 9y = 18
3(0) + 9(2)
= 0 + 18
= 18
Correct
Let's take eqn 2
y = x + 2
Let's find y
y = 0 + 2
y = 2
Correct too