Base: The term, b, that is being multiplied n times.
For example 3 to the third power. The 3 is the base. Another x to the fifth power. X is the base
Answer:
A) (-5, -34)
Step-by-step explanation:
f(x) = x^2 + 10x - 9
We complete the square to get the equation in vertex form
Take the coefficient of the x term and divide by 2 then square it. We add it and then subtract it not to change the value of the equation
f(x) = x^2 + 10x +(10/2)^2 - (10/2)^2 - 9
f(x) = x^2 +10x +25 -25 -9
f(x) = (x^2 +10x +25) -34
The term in parentheses simplified to (x+10/2) ^2
= (x+5)^2 -34
= (x - -5)^2 -34
This is in the form (x-h)^2 +k
The vertex is (h,k) h=-5 and k=-34
(-5,-34)
You would substitute the given value of “y” into the equation of -14x+y=16
-14x+5x-2=16
Then you would solve for “x”
x=2
You would then substitute the value of “x” into the equation to solve for “y”
y=5(2)-2
Which would then give you a value for “y”
y=12
So the answer is (2,12)
Answer:
Your answer would be 5y=6
Hope this helps!
Let events
A=Nathan has allergy
~A=Nathan does not have allergy
T=Nathan tests positive
~T=Nathan does not test positive
We are given
P(A)=0.75 [ probability that Nathan is allergic ]
P(T|A)=0.98 [probability of testing positive given Nathan is allergic to Penicillin]
We want to calculate probability that Nathan is allergic AND tests positive
P(T n A)
From definition of conditional probability,
P(T|A)=P(T n A)/P(A)
substitute known values,
0.98 = P(T n A) / 0.75
solving for P(T n A)
P(T n A) = 0.75*0.98 = 0.735
Hope this helps!!