i think it's linear -2, y intercept = 35. it's like 35 every 2 minutes, i think I might be wrong sorry
Answer:
x^2 -8x -5 = -3
x^2 -8x -2 = 0
We complete the square by:
1) Moving the "non X" term to the right:
x^2 -8x = 2
2) Dividing the equation by the coefficient of X²
The coefficient of x is 1 so we don't do anything
3) Now here's the "completing the square" stage in which we:
• take the coefficient of X
that is -8
• divide it by 2
-8 ÷ 2 = -4
• square that number
-4*-4 = 16
• then add it to both sides of the equation.
x^2 -8x +16 = 2 +16
That becomes
(x -4)^2 = 18
we take the square root of both sides:
(x -4) = sqr root (18)
x1 = sqr root (18) +4
AND
(x+4) = sqr root (18) -4
x1 = sqr root (18) +4 = 4.2426406871 + 4 = 8.2426406871
x2 = sqr root (18) -4 = = 4.2426406871 - 4 = .2426406871
Step-by-step explanation:
There are 25 species of trees, each with a known abundances. The question is how many possible ways to randomly select one tree there are.
We should calculate the number of combinations. Combinations, because we select item/s from a collection. In this case, when we select only one item, the combination is also a permutation. From set of n objects we select r. In our case: n=25, r=1.
The equation is: n!/r!(n-r)!= 25!/1!*24!=25*24!/24!=25
There are 25 different outcomes (events).
Answer:
x= 120
Step-by-step explanation:
x+60=180
x=180-60
x=120
-4x + 6y = 12
x + 2y = -10
First solve for x in the second equation
x + 2y = -10
x = -10 - 2y
Now we have a value for x so we can substitute it into the other equation
-4 (-10 - 2y) + 6y = 12
Now solve for y
40 + 8y + 6y = 12
40 + 14y = 12
14y = -28
y = -2
Now we have a value for y that we can plug into one of the original equations so we can solve for x
x + 2y = -10
x + 2(-2) = -10
x - 4 = -10
x = -6
Your solution set is
(-6, -2)