A geometry app shows lengths that add up to 27.4 units.
The Pythagorean theorem can be used to find the lengths of the segments. Each length is the square root of the sum of squares of the difference in x-coordinates and the difference in y-coordinates.
segment AB: length = √(3²+8²) = √73 ≈ 8.544
segment BC: length = √(7²+4²) = √65 ≈ 8.062
segment CA: length = √(10²+4²) = √116 ≈ 10.770
Then the total perimeter is the sum of these lengths:
... 8.544 +8.062 +10.770 = 27.376 ≈ 27.4 . . . . units
Answer:
g=12
Step-by-step explanation:
substitute m for 6 and rewrite the equation
g = 6+6
g=12
Answer:
You didn't give the expression whose zero you want to find. From the options you wrote, the expression has two zeros, this means it is a quadratic expression.
I will however explain how to find the zero of a quadratic expression.
Step-by-step explanation:
An expression is called quadratic, if the highest degree of the variable is 2, no more, no less. It is of the form: ax² + bx + c, where a, b, and c are constants.
The zeros of a quadratic expression are the values that make the expression vanish, that is equal to zero.
Example: Find the zeros of 2x² - 6x + 4
First, equate the expression to zero
2x² - 6x + 4 = 0
Next, solve for x
2x² - 2x - 4x + 4 = 0
2x(x - 1) - 4(x - 1) = 0
(2x - 4)(x - 1) = 0
(2x - 4) = 0
Or
(x - 1) = 0
2x - 4 = 0
2x = 4
=> x = 4/2 = 2
Or
x - 1 = 0
x = 1
Therefore, the zeros of the polynomial are 1 and 2.