Answer:
75 - p
Step-by-step explanation: you said that she has 75$ and p is what she spent so the expression is 75 - p
Cos x = sin (90 - x)
cos 63 = sin (90 - 63)
cos 63 = sin 27
x = 27
Answer:
(12.1409, 14.0591
Step-by-step explanation:
Given that Tensile strength tests were performed on two different grades of aluminum spars used in manufacturing the wing of a commercial transport aircraft. From past experience with the spar manufacturing process and the testing procedure, the standard deviations of tensile strengths are assumed to be known.
Group Group One Group Two
Mean 87.600 74.500
SD 1.000 1.500
SEM 0.316 0.433
N 10 12
The mean of Group One minus Group Two equals 13.100
standard error of difference = 0.556
90% confidence interval of this difference:

t = 23.5520
df = 20
6)
A quadratic function has the form
y = ax^2 + bx + c
Use point (3, 5) in the equation above:
5 = a(3^2) + 3b + c
5 = 9a + 3b + c
9a + 3b + c = 5 Equation 1
Use point (4, 3) in the equation above:
3 = a(4^2) + 4b + c
16a + 4b + c = 3 Equation 2
Use point (5, 3) in the equation above.
5 = a(5^2) + 5b + c
25a + 5b + c = 5 Equation 3.
Now solve the system of equations of equations 1, 2, and 3 to find the coefficients, a, b, and c.
9a + 3b + c = 5
16a + 4b + c = 3
25a + 5b + c = 5
Subtract the first equation from the second equation.
Subtract the second equation from the third equation.
You get
7a + b = -2
9a + b = 2
Subtract the first equation above from the second equation to get.
2a = 4
a = 2
Substitute:
7a + b = -2
7(2) + b = -2
b = -16
9a + 3b + c = 5
9(2) + 3(-16) + c = 5
18 - 48 + c = 5
c - 30 = 5
c = 35
The equation in standard form is
y = 2x^2 - 16x + 35
We can find it in vertex form:
y = 2(x^2 - 8x) + 35
y = 2(x^2 - 8x + 16) + 35 - 32
y = 2(x - 4)^2 + 3