Answer:
cosine
Step-by-step explanation:
fundamental trigonometric identities
Answer: choice A. 40 liters
====================================
Explanation:
x = number of liters of the 50% alcohol solution
If we have x liters of 50% alcohol, then we have 0.50*x liters of pure alcohol. This is added to 0.90*40 = 36 liters of pure alcohol (from the 90% solution).
So far we have 0.50*x + 36. This expression represents the total amount of pure alcohol. We want a 70% solution, so we want 70% of the total 40+x meaning 0.50*x + 36 is to be set equal to 0.70*(40+x) and we solve for x as shown below
0.50*x + 36 = 0.70*(40+x)
0.50*x + 36 = 0.70*(40)+0.70*(x)
0.50*x + 36 = 28+0.70*x
36 - 28 = 0.70*x - 0.50x
8 = 0.20x
0.20x = 8
x = 8/0.20
x = 40
So that is why the answer is choice A. 40 liters
Answer: 30
Step-by-step explanation:
When roots of polynomials occur in radical form, they occur as two conjugates.
That is,
The conjugate of (a + √b) is (a - √b) and vice versa.
To show that the given conjugates come from a polynomial, we should create the polynomial from the given factors.
The first factor is x - (a + √b).
The second factor is x - (a - √b).
The polynomial is
f(x) = [x - (a + √b)]*[x - (a - √b)]
= x² - x(a - √b) - x(a + √b) + (a + √b)(a - √b)
= x² - 2ax + x√b - x√b + a² - b
= x² - 2ax + a² - b
This is a quadratic polynomial, as expected.
If you solve the quadratic equation x² - 2ax + a² - b = 0 with the quadratic formula, it should yield the pair of conjugate radical roots.
x = (1/2) [ 2a +/- √(4a² - 4(a² - b)]
= a +/- (1/2)*√(4b)
= a +/- √b
x = a + √b, or x = a - √b, as expected.