26. 2x^2 +4x -10 = 0 (-4 + - (root(4^2 - 4*2*-10)))/2*2 =
(-4 + - (root(96)))/4
(-4 + (root(96)))/4 ≈ 1.45
(-4 - (root(96)))/4 ≈ -3.45
27. f(x) = 0 when any of the components that multiply together equal 0 for this function therefore x -2 = 0 x +3 = 0 x -5 = 0 so f(x) = 0 when x = 2, -3 or 5
28. It looks like it shows you how to do it
By definition of conditional probability,
P(B | A) = P(A ∩ B)/P(A) = (13/25) / (13/20) = 20/25 = 4/5
Answer:
radius = arc length / central angle in radians
radius = 4 inches / 5*PI / 12
radius = 4 / 1.308996939 radians
radius = 3.0557749074
radius = 3.0557749074 inches
Step-by-step explanation:
Answer:
In your console (ctrl + shift + j), the letter a would appear. Beneath that, the letter c would appear.
Step-by-step explanation:
This is because the val2 is not less than or equal to 3. The second condition that's inside the first condition is true but since the first condition is false, the second condition would not run.