please help
Which reason completes the proof for step 6?

Please HelpWhich Reason Completes The Proof For Step 6?

Answers

Answer 1

The reason that completes the proof for step 6 is (a) Definition of median

How to complete step 6?

From the graph, point R' to be the midpoint of points M' and O'

Also, points P' and Q' are the midpoints of lines M'N' and N'O', respectively

This means that the three points are the median of the sides of the triangle

The line drawn through the three medians meet at point S

Hence, the reason that completes the proof for step 6 is (a) Definition of median

Read more about triangle median at:

https://brainly.com/question/2288141

#SPJ1

Answer 2

Answer: median

Step-by-step explanation:


Related Questions

Simplify.
Rewrite the expression in the form y^n.
(y^2)^3 =

Answers

Answer:

[tex]y^6[/tex]

Step-by-step explanation:

So there is an exponent identity that states: [tex](x^b)^a = x^{a*b}[/tex] which means this question becomes: [tex](y^2)^3 = y^{2*3} = y^6[/tex].

Just so you completely understand why this works, it might help to express y^2, as what it truly represents: [tex]y^2=y*y[/tex]. So using this definition we can substitute it into the equation so it becomes: [tex](y*y)^3[/tex]. Now let's use the definition of exponents like we just did with the y, to redefine this in terms of multiplication: [tex](y*y)^3 = (y * y) * (y * y) * (y * y)[/tex]. We can just multiply all these out, and we get: [tex]y * y * y * y * y * y =y^6[/tex].

To make it a bit more general when we have the exponent: [tex]x^b[/tex] it can be expressed as: [tex](x*x*x...\text{ b amount of times})[/tex] now when we raise it to the power of a. we get: [tex](x * x * x...\text{ b amount of times})^a[/tex] which can further be rewritten using the definition of an exponent to become the equation: [tex](x*x*x\text... \text{ b amount of times}) * (x * x * x...\text{ b amount of times})...\text{ a amount of times}[/tex] which just simplifies to: [tex]x*x*x*x...\text{ a times b amount of times}[/tex]. Hopefully this makes the identity a bit more understandable

what is 8 square root of 6. answered as a square root ?

Answers

The value of 8√6 as a square root is √384

Surd expression

Surd are written as the square root of prime numbers. Given the expression below;

8√6

This is can be written as;

8√6 = √(8 * 8 * 6)

8√6 = √64 * 6

8√6 = √384

Therefore the value of 8√6 as a square root is √384

learn more on surd function here: https://brainly.com/question/840021

#SPJ1

Calculate x for each of the following right angled triangles.
Give your answer as a simplified surd (or integer).

Answers

[tex]\huge\underline{\red{A}\green{n}\blue{s}\purple{w}\pink{e}\orange{r} →}[/tex]

(a) x = 6.5 cm (b) x = 10 cm(c) x = 7 cm(d) x = 7.9 cm

Step-by-step explanation:

To find an unknown side of a right angled triangle we use a theorum called pythagorus theorum..

Formula :

(Hypotenuse)^2 = (Perpendicular)^2 + (Base)^2

(h)^2 = (p)^2 + (b)^2

therefore,

(a) hypotenuse = x cm, base = √30 cm, perpendicular = √12 cm.

by formula,

→ h^2 = p^2 + b^2

→ (x)^2 = (√12)^2 + (√30)^2

→ x^2 = 12 + 30

→ x^2 = 42

→ x = √42

→ x = 6.480...

→ x = 6.5 cm. (approx)

___________________________

(b) hypotenuse = √300 cm, base = √200 cm,perpendicular = x cm.

by formula,

→ h^2 = p^2 + b^2

→ (√300)^2 = (x)^2 + (√200)^2

→ 300 = x^2 + 200

→ x^2 = 300 – 200

→ x^2 = 100

→ x = √100

→ x= 10 cm.

___________________________

(c) hypotenuse = √66 cm, base = √17 cm,perpendicular = x cm.

by formula,

→ h^2 = p^2 + b^2

→ (√66)^2 = (x)^2 + (√17)^2

→ 66 = x^2 + 17

→ x^2 = 66 – 17

→ x^2 = 49

→ x = √49

→ x = 7 cm.

___________________________

(d) hypotenuse = x cm, base = 5√12 cm,perpendicular = 2√3 cm.

by formula,

→ h^2 = p^2 + b^2

→ (x)^2 = (2√3)^2 + (5√12)^2

→ x^2 = 12 + 50

→ x^2 = 62

→ x = √62

→ x = 7.874...

→ x = 7.9 cm. (approx)

___________________________

Hope it helps you!!

A population has a mean of μ= 35 and a standard deviation of σ = 5. after 3 points are added to every score in the population, what are the new values for the mean and standard deviation?

Answers

The new values for the mean and the standard deviation are 38 and 5 respectively.

The mean of a population is given as [tex]\mu = \frac{\sum_{N}^{i}x_i}{N}[/tex] and its standard deviation is given as [tex]\sigma = \sqrt{\frac{\sum_{N}^{i}(x_i-\mu)^2}{N}}[/tex].

In the question, we are given that a population has a mean of μ = 35 and a standard deviation of σ = 5, and are asked for the new values for the mean and standard deviation when 3 points are added to every score in the population.

We let the new population formed be over the variable k.

Thus, [tex]k_i = x_i + 3[/tex], for all i from 1 to N.

Thus, the new mean can be calculated as:

[tex]\mu_k = \frac{\sum_{N}^{i}k_i}{N}\\\mu_k = \frac{\sum_{N}^{i}(x_i + 3)}{N}\\\mu_k = \frac{\sum_{N}^{i}x_i + 3N}{N}\\\mu_k = \frac{\sum_{N}^{i}x_i}{N} + 3\\\mu_k = \mu + 3\\\mu_k = 35 + 3 = 38 [Since, \mu = 35].[/tex]

Thus, the new mean is 38.

Thus, the new standard deviation can be calculated as:

[tex]\sigma_k = \sqrt{\frac{\sum_{N}^{i}(k_i-\mu_k)^2}{N}}\\\sigma_k = \sqrt{\frac{\sum_{N}^{i}(x_i + 3-38)^2}{N}}\\\sigma_k = \sqrt{\frac{\sum_{N}^{i}(x_i-35)^2}{N}}\\\sigma_k = \sqrt{\frac{\sum_{N}^{i}(x_i-\mu)^2}{N}} [Since, \mu = 35]\\\sigma_k = \sigma = 5.[/tex]

Thus, the new standard deviation is 5.

Thus, the new values for the mean and the standard deviation are 38 and 5 respectively.

Learn more about the mean and the standard deviation at

https://brainly.com/question/26941429

#SPJ1

Someone help me please

Answers

Answer:

x=15

Step-by-step explanation:

Use the Pythagorean Theorem: a^2+b^2=c^2

1. a = 20, b = x, c = 25

2. 20^2+b^2= 25^2

3. Expand: 400+b^2= 625

4. Subtract + Simplify: b^2= 625-400

5. Fully Solve: b^2 = 225 -> Square root of b^2 = Square root of 225

6. Last Step: Simplify: b = 15.

Here is a similar problem for you to solve, put your answer in the comments.

a= 12, b=5, c=?

Solve for c using the Pythagorean theorem.

the answer to the question is x=15

Simplify (5√3 − 2√5) the whole square

Answers

Answer:

95 - 20[tex]\sqrt{15}[/tex]

Step-by-step explanation:

(5[tex]\sqrt{3}[/tex] - 2[tex]\sqrt{5}[/tex] )²

= (5[tex]\sqrt{3}[/tex] - 2[tex]\sqrt{5}[/tex] )(5[tex]\sqrt{3}[/tex] - 2[tex]\sqrt{5}[/tex] )

each term in the second factor is multiplied by each term in the first factor, that is

5[tex]\sqrt{3}[/tex] (5[tex]\sqrt{3}[/tex] - 2[tex]\sqrt{5}[/tex] ) - 2[tex]\sqrt{5}[/tex] (5[tex]\sqrt{3}[/tex] - 2[tex]\sqrt{5}[/tex] ) ← distribute parenthesis

= 75 - 10[tex]\sqrt{15}[/tex] - 10[tex]\sqrt{15}[/tex] + 20 ← collect like terms

= 95 - 20[tex]\sqrt{15}[/tex]

Answer:

95 - 20√15

Step-by-step explanation:

I assume the expression is (5√3 − 2√5)^2 (?).

(5√3 − 2√5)*(5√3 − 2√5)

25√3^2 - 20√15 + 4√5^2

25*3 - 20√15 +4*5

75 - 20√15 +20

95 - 20√15

2. What is the domain and range of the
graph shown?
-8-64
10-
8-
B
4+
2-
4+
6+
do do t
-10
2 4 6 8 10 12

Answers

Answer:

domain: x ≥ 0range: y ≥ 0

Step-by-step explanation:

The domain of a function is the set of x-values for which it is defined. The range of a function is the set of y-values the function produces.

Domain

The domain is the horizontal extent of the graph. This graph extends from x=0 toward x→∞. The domain is x ≥ 0. In interval notation, it is written [0, ∞).

Range

The range is the vertical extent of the graph. This graph extends from y=0 toward y→∞. The range is y ≥ 0. In interval notation, it is written [0, ∞).

what’s ten times ten

Answers

10 x 10 = 100

This is because when you multiply the number 10 ten times, it is 100.
10 times 10 is 100
Multiply 1 and 1 then add 2 zeros

What are the x-intercepts of the function y = 22 -x - 120? Check all that apply. O (-120. 0) O (-11.466, 0) O (-10.466, 0) O (0, -120) (10.466, 0) O (11.466, 0)

Answers

The x-intercepts of the function y = 2x^2 -x - 120 are (-7.5, 0) and (8, 0)

How to determine the x-intercept?

The function is given as:

y = 2x^2 - x - 120

Set the function to 0

2x^2 - x - 120 = 0

Factor out 2

2(x^2 - 0.5x - 60) = 0

Divide by 2

x^2 - 0.5x - 60 = 0

Expand the function

x^2 + 7.5x - 8x - 60 = 0

Factorize the function

(x + 7.5)(x - 8) = 0

Split

x + 7.5 = 0 and x - 8 = 0

Solve for x

x = -7.5 and x = 8

Hence, the x-intercepts of the function y = 2x^2 -x - 120 are (-7.5, 0) and (8, 0)

Read more about x-intercepts at:

https://brainly.com/question/3951754

#SPJ1

Question 1 of 21
Which of the following steps would you perform to the system of equations
below so that the equations have equal x-coefficients?
4x+2y = 4
12x+y = 22
O A. Divide both sides of the top equation by 3
B. Multiply both sides of the top equation by 3
C. Multiply both sides of the bottom equation by 3
OD. Divide both sides of the bottom equation by 2

Answers

The answer of this is 6 flags at 8 are rousters that are very loud x+6 description chicken x-9 plus a side of gravy and cheese x-9 x+6 d

In a model of a construction project, 1 yard is represented as 0.25 inch. What would be the actual area of a garden in square yards, if it is represented by 20 square inches in the model?

Answers

Actual length: Model Length
1 yard : 0.25 inch

Actual Area: Model Area
(1)^2 : (0.25)^2
1 square yard: 0.0625 square inch

0.0625 square inch — 1 square yard
20 square inches — 1/0.0625 x 20
= 320 square yards

Therefore the actual area of a garden is 320 square yards.


ASAP
must be done today

Answers

The box-and-whisker plot for the data can be seen in the attachment.

The data given to us is:

50, 51, 54, 55, 57, 61, 62, 63, 65, 66, 67, 68, 71, 71, 76, 76, 77.

As the data is already ordered from least to greatest, we can apply the formulas.

The sample size, n = 17.

Start point = 50.

First quartile, Q1 = (n + 1)/4 th observation = (17 + 1)/4 th observation = 18/4 th observation = 4.5 th observation = average of the 4th and the 5th observation = (55 + 57)/2 = 112/2 = 56.

Median, Q2 = (n + 1)/2 th observation = (17 + 1)/2 th observation = 18/2 th observation = 9th observation = 65.

Third quartile, Q3 = 3(n + 1)/4 th observation = 3(17 + 1)/4 th observation = 3*18/4 th observation = 54/4 th observation = 13.5 th observation = average of the 13th and the 14th observation = (71 + 71)/2 = 142/2 = 71.

End point = 77.

Thus, the box-and-whisker plot should be designed as follows:

The start of the first whisker is from 50, representing the start point.

The start of the box is from 56, representing the first quartile.

The line inside the box is at 65, representing the median.

The end of the box is at 71, representing the third quartile.

The end of the whisker is at 77, representing the endpoint.

The box-and-whisker plot can be seen in the attachment.

Learn more about the box-and-whisker plot at

https://brainly.com/question/28034849


#SPJ1

A pattern has 77 yellow triangles to every 33 green triangles. What is the ratios of green triangles to yellow triangles?

Answers

For every 33 green triangles, we have 77 yellow triangles.
So using the original ratio 33:77 we can simplify this by dividing both sides by 11 so that we get the ratio 3:7 so for every 3 green triangles we have 7 yellow triangles.

For 8-10, Find the area of the polygon.

Answers

Area = 1/2
=1/2(7)(4)
A= 14 units squared 2

An engineer designed a valve that will regulate water pressure on an automobile engine. The engineer designed the valve such that it would produce a mean pressure of 5.4 pounds/square inch. It is believed that the valve performs above the specifications. The valve was tested on 24 engines and the mean pressure was 5.7 pounds/square inch with a standard deviation of 1.0. A level of significance of 0.05 will be used. Assume the population distribution is approximately normal. Determine the decision rule for rejecting the null hypothesis. Round your answer to three decimal places.

Answers

The p-value from the hypothesis test is 0.142 i.e., greater than the given significance level of 0.05. So, the null hypothesis is not rejected. The z-score for the given sample is 1.471.

What is the decision rule for the p-value approach to hypothesis testing?

The decision rule based on p-value states,

If p > α (significance level), then the null hypothesis is not rejectedIf p < α (significance level), then the null hypothesis is rejected in favor of the alternative hypothesis.

Calculation:

Since it is given that the valve would produce a mean pressure of 5.4 pounds/square inch. I.e., μ = 5.4 p/si

So, Defining the hypothesis:

Null hypothesis H0: μ = 5.4

Alternative hypothesis Ha: μ ≠ 5.4

It is given that,

The valve was tested on 24 engines. I.e., Sample size n = 24

The sample mean X = 5.7

Standard deviation σ = 1.0 and

The significance level = 0.05

Since the population distribution is approximately normal,

the test statistic is calculated as follows:

z = (X - μ)/(σ/[tex]\sqrt{n}[/tex])

On substituting the value,

z = (5.7 - 5.4)/(1.0/[tex]\sqrt{24}[/tex])

  = (0.3)/0.204

  = 1.471

Fron this z-score, the p-value is calculated as 0.142.

Since, the value of p > 0.05 (significance level), the null hypothesis is not rejected.

Learn more about hypothesis testing here:

https://brainly.com/question/22078281

#SPJ4

Solve the equation below by factorising.
2x^2- 10x= 0

Answers

Answer:

x = 0 , x = 5

Step-by-step explanation:

2x² - 10x = 0 ← factor out 2x from each term on the left side

2x(x - 5) = 0

equate each factor to zero and solve for x

2x = 0 ⇒ x = 0

x - 5 = 0 ⇒ x = 5

Find the arc length if the measure of the central angle is 80° and the radius
is 8 inches.

Answers

Answer:

[tex]\frac{32\pi }{9}[/tex] or [tex]11.17[/tex]

Step-by-step explanation:

The formula for arc length is [tex]2\pi r( \frac{x}{360} )[/tex] where "r" stands for radius and "x" stands for your angle

[tex]2\pi 8(\frac{80}{360} )[/tex]

[tex]=16\pi (\frac{80}{360} )[/tex]

[tex]=16\pi (\frac{2}{9})[/tex]

[tex]=\frac{32\pi }{9}[/tex]

Rewrite the function by completing the square. x2 + 4x = 0 (x + )2 =

Answers

When the completing the square is applied, the rewritten function is (x + 2)^2 = 4

How to complete the square?

The equation is given as:

x^2 + 4x = 0

The above equation is a quadratic equation and the coefficient of x in the above equation is 4.

So, we have:

k = 4

Divide the variable k by 2

k/2 = 4/2

k/2 = 2

Square the above result

(k/2)^2 = 4

Next, we add 4 to both sides of x^2 + 4x = 0

x^2 + 4x + 4 = 4

Expand the equation by expressing 4x as 2x + 2x

This gives

x^2 + 2x + 2x + 4 = 4

Factorize the above equation

x(x + 2) + 2(x + 2) = 4

Factor out x + 2 from the above equation

(x + 2)(x + 2) = 4

Rewrite the equation as a perfect square of (x + 2)

(x + 2)^2 = 4

Hence, the rewritten function after completing the square is (x + 2)^2 = 4

Read more about completing the square at:

https://brainly.com/question/4822356

#SPJ1

Find the height of the triangle by applying formulas for the area of a triangle and your knowledge about triangles.

Answers

The correct answer is  8.5 in.

What is Heron's formula in math?Heron's formula, formula credited to Heron of Alexandria for finding the area of a triangle in terms of the lengths of its sides. In symbols, if a, b, and c are the lengths of the sides: Area = Square root of√s(s - a)(s - b)(s - c) where s is half the perimeter, or (a + b + c)/2.

we know that

The formula of area of triangle is equal to

             [tex]A = \frac{1}{2} (b) (h)[/tex]

We have

b = BC = 6 in

h = AD = x in

substitute

[tex]A = \frac{1}{2} (6) (x)[/tex]

[tex]A = 3x^{2} in^{2} ..................(1)[/tex]

Heron's Formula is a method for calculating the area of a triangle when you know the lengths of all three sides.  

Let  a,b,c be the lengths of the sides of a triangle.  

The area is given by:-

[tex]A = \sqrt{p(p-a) (p-b) (p-c)}[/tex]                     where p is half the perimeter

[tex]p = \frac{a +b+ c}{2}[/tex]

a = 9 in , b= 9 in, c = 6 in

[tex]p = \frac{9 + 9 + 6}{2} = 12 in[/tex]

Find the area

[tex]A = \sqrt{12( 12 - 9) (12-9) (12 - 6)}[/tex]

[tex]A = \sqrt{12 (3)(3)(6)}[/tex]

[tex]A = \sqrt{648}[/tex]

[tex]A = 25.46 in^{2}[/tex]

Substitute the value of the area in the equation 1 and solve for x

[tex]A = 3x in^{2}[/tex]

25.46 = 3x

x = 25.46/3

x = 8.5 in

Learn more about Heron's Formula

brainly.com/question/22391198

#SPJ4

The complete question is -

HELP PLEASE! Find the height of the triangle by applying formulas for the area of a triangle and your knowledge about triangles.

A. 8 in.

B. 11.3 in.

C. 8.5 in.

D. 6.2 in.

Simplify (9y²-x² )÷ (xy+3y²)

Answers

Step-by-step explanation:

[tex] \cfrac{(9y²-x² )}{ (xy+3y²)}[/tex][tex] \cfrac{3 {}^{2} (y) {}^{2} - x}{3(y {})^{2} + xy } [/tex][tex]3 {}^{2 - 1} y {}^{2 - 2 - 1} - x {}^{2 - 1} [/tex][tex]3 y { }^{ - 1} - x[/tex]

[tex] \cfrac{3}{y} - x[/tex]

Therefore,the answer is [tex] \cfrac{3}{y} - x[/tex].

[Some of the steps I didn't show,try by yourself,to find!]

Whales evolved in the early Cambrian and include transitional species such as Kutchicetus and Rodhocetus.

Answers

False, Whales evolved in the early Cambrian and include transitional species such as Kutchicetus and Rodhocetus.

What animals evolved during Cambrian period?

Animals include, from left: Dinomischus, Ottoia, Halucinoginia, Wiwaxia, Trilobites, Archeocyathans, Microdictyon, Canadia, and Pikia. Two larger Anomolocarus are seen in the distant background.

When did animals evolve in the Cambrian?

The Cambrian explosion happened more than 500 million years ago. It was when most of the major animal groups started to appear in the fossil record, a time of rapid expansion of different forms of life on Earth.

What long lived group of arthropods went extinct at the end of the Permian?

The trilobites, a group of extinct arthropods, as well as the closely related eurypterids, first appeared in the Permian. The Paleozoic Era saw the extinction of rugose and tabulate corals.

Learn more about Cambrian animals evolved.

brainly.com/question/1451687

#SPJ4

The complete question is -

True or false . Whales evolved in the early Cambrian and include transitional species such as Kutchicetus and Rodhocetus.

Solve this recurrence relation together with the initial condition given. an = 2an−1 for n ≥ 1, a0 = 3

Answers

The solution of the recurrence relation is [tex]a_n=3.2^n[/tex]

For given question,

We have been given a recurrence relation [tex]a_n = 2a_{n-1}[/tex] for n ≥ 1

and an initial condition [tex]a_0=3[/tex]

Let [tex]a_n[/tex] = m², [tex]a_{n-1}[/tex] = m and [tex]a_{n-2}[/tex] = 1

So from given recurrence relation we get an characteristic equation,

⇒ m² = 2m

⇒ m² - 2m = 0                     .........( Subtract 2m from each side)

⇒ m(m - 2) = 0                     .........(Factorize)

⇒ m = 0    or  m - 2 = 0

⇒ m = 0   or   m = 2

We know that the solution of the recurrence relation is then of the form

[tex]a_n=\alpha_1 {m_1}^n + \alpha_2 {m_2}^n[/tex]  where [tex]m_1,m_2[/tex] are the roots of the characteristic equation.

Let, [tex]m_1[/tex] = 0   and [tex]m_2[/tex] = 2

From above roots,

[tex]\Rightarrow a_n=\alpha_1 {0}^n + \alpha_2 {2}^n\\\\\Rightarrow a_n=0+\alpha_2 {2}^n\\\\\Rightarrow a_n=\alpha_2 {2}^n[/tex]

For n = 0,

[tex]\Rightarrow a_0=\alpha_2 {2}^0\\\\\Rightarrow a_0=\alpha_2 \times 1\\\\\Rightarrow a_0=\alpha_2[/tex]

But  [tex]a_0=3[/tex]

This means [tex]\alpha_2=3[/tex]

so, the solution of the recurrence relation would be [tex]a_n=3.2^n[/tex]

Therefore, the solution of the recurrence relation is [tex]a_n=3.2^n[/tex]

Learn more about the recurrence relation here:

https://brainly.com/question/27618667

#SPJ4

60% of UCLA is girls. What perrcentage are boys
.

Answers

Answer:

40%

Step-by-step explanation:

Percent must be equal to 100, so if 60 are girls, then 40% must be boys.

A triangle has vertices at (4, 4), (-6, 2) and (2, 0).

a. Find the coordinates of the mid-points of eachside

b. Find the lengths of the sides of the triangle
formed by joining the mid-points.
each side.

Answers

Answer:

A. (-1, 3) (3, 2) (-2, 1)

B. [tex]\sqrt{17}[/tex]   [tex]\sqrt{5}[/tex]  [tex]\sqrt{26}[/tex]  

Step-by-step explanation:

The formula for finding the midpoints is [tex](\frac{x_{1}+x_{2} }2}, \frac{y_{1}+y_{2} }2} )[/tex].

MIDPOINTS

[tex](\frac{x_{1}+x_{2} }2}, \frac{y_{1}+y_{2} }2} )[/tex] = [tex](\frac{4-6}2,\frac{4+2 }2} )[/tex] = (-1, 3)

[tex](\frac{x_{1}+x_{2} }2}, \frac{y_{1}+y_{2} }2} )[/tex] = [tex](\frac{4+2}2,\frac{4+0 }2} )[/tex] = (3, 2)

[tex](\frac{x_{1}+x_{2} }2}, \frac{y_{1}+y_{2} }2} )[/tex] = [tex](\frac{-6+2}2,\frac{2+0 }2} )[/tex] = (-2, 1)

Next, we will use the distance formula, [tex]\sqrt{(x_{1}-x_{2})^{2} + (y_{1}-y_{2})^{2} }[/tex].

DISTANCE

[tex]\sqrt{(x_{1}-x_{2})^{2} + (y_{1}-y_{2})^{2} }[/tex] = [tex]\sqrt{(-1-3)^{2} + (3-2)^{2} }[/tex] = [tex]\sqrt{17}[/tex]

[tex]\sqrt{(x_{1}-x_{2})^{2} + (y_{1}-y_{2})^{2} }[/tex] = [tex]\sqrt{(-1+2)^{2} + (3-1)^{2} }[/tex] = [tex]\sqrt{5}[/tex]

[tex]\sqrt{(x_{1}-x_{2})^{2} + (y_{1}-y_{2})^{2} }[/tex] = [tex]\sqrt{(3+2)^{2} + (2-1)^{2} }[/tex] = [tex]\sqrt{26}[/tex]  

a. To find the coordinates of endpoints we must add two x values and divide by 2 and then add 2 y- values and divide by 2.

(4-6)/2=-1  (4+2)/2=3

Repeat for other sides.

(2-6)/2=-2 (2+0)/2=1

(2+4)/2=3  (4+0)/2=2

Coordinates of midpoints are (-1,3), (-2,1), (3,2)

b. Now we use the distance formula for each midpoint to find the length of the inner- triangle.

sqrt((-1+2)^2 + (3-1)^2)

Sqrt(5)

Repeat.

Sqrt(17)

Sqrt(26)

The lengths of the inner triangle are as follows:

(-1,3), (-2,1) = Sqrt(5)

(-1,3), (3,2) = Sqrt(17)

(-2,1), (3,2) = Sqrt(26)

Determine whether the triangles can be proved similar. If they are similar, write a similarity statement. If they are not similar, explain why.

Answers

They are similar.

Angle JLK = Angle JMN

Angle LJK = 180 -65 -50 (Angles sum of triangle)
Angle LJK = 65 Degrees

Angle LJK = Angle MJN (Vert. Opp. Angles)

Angle JNM = 180 - 65 -50 (Angles sum of triangle)
Angle JNM = 65 Degrees
Angle JNM = Angle JKL

Hope it helps : )

If the ratio of the measures of corresponding sides of two similar is 4:9, then the ratio of their perimeter is

Answers

Answer:

4 : 9

Step-by-step explanation:

ratio of corresponding sides and ratio of perimeter are equal

then ratio of perimeter = 4 : 9

Theresa needs twice as many feet of wood as samuel how many pieces of wood does teresa need?

Answers

Using addition or multiplication, Teresa has twice a number of wood as Samuel.  

According to the question,

Teresa needs twice as many feet of wood as Samuel  in order to find the number of pieces of wood Teresa need only if we add the number Teresa has by itself or multiply it by 2.

Hence, we need to do only multiply it by 2

Learn more about addition and multiplication here

https://brainly.com/question/15370422

#SPJ4

What is the relation between the variables in the equation
a. varies inversely as y
b.xvaries directly as y
Please select the best answer from the choices provided
O
O
A
B
C
O
y
-7?
c. y varies directly as x¹
d. y varies inversely as ¹

Answers

The relation between the variables in the equation x^4/y=7 is (b) x^4 varies directly as y

How to determine the relation between the variables in the equation?

The complete question is added as an attachment

From the attached figure, we have the following equation

x^4/y = 7

Multiply both sides of the equation by y

x^4 = 7y

The above represents a direct variation from x^4 to y.

Where 7 represents the variation constant

Hence, the relation between the variables in the equation x^4/y=7 is (b) x^4 varies directly as y

Read more about direct variation at:

https://brainly.com/question/12179965

#SPJ1

How does the figure help verify the triangle inequality theorem?

The line is drawn from a length of 15,  two lines constructing a triangle and intersecting the arc from a length of the lines 7, 4
A.
by showing that only one triangle can be formed when the sum of the lengths of two sides equals the length of the third
B.
by showing that a triangle cannot be formed when the sum of the lengths of two sides equals the length of the third
C.
by showing that only one triangle can be formed when the sum of the lengths of two sides is less than the length of the third
D.
by showing that a triangle cannot be formed when the sum of the lengths of two sides is less than the length of the third side

Answers

Option D. The triangle inequality theorem is verified by by showing that a triangle cannot be formed when the sum of the lengths of two sides is less than the length of the third side.

How to make this proof

From the given picture we can see the length of the sides. These are 7, 4 and 15.

The length of the two sides cannot join due to the fact that they are less than 15.

4 + 7 < 15

11< 15

Hence the answer is D.

Read more on the triangle theorem here:

https://brainly.com/question/654982

#SPJ1

by showing that a triangle cannot be formed when the sum of the lengths of two sides is less than the length of the third side

Please help!

Which of these r-values represents the weakest correlation?

A. 0.2
B. 0.3
C. 0.4
D. 0.1

Answers

Answer: 0.1

Step-by-step explanation:

The smaller the absolute value of the correlation coefficient, the weaker the correlation.

Other Questions
. How are taigas being impacted by global climate change?The area where trees grow is shifting.Invasive species are destroying plants.Less water is available.Glaciers are melting. A train is traveling at a speed of 60 miles per hour. What happens to the number of miles when the number of hourschanges?O When the number of hours increases, the number of miles decreases.O When the number of hours increases, the number of miles increases.O When the number of hours decreases, the number of miles increases.O When the number of hours decreases, the number of miles stays the same.IntroDone A ____________ rock would make the best reservoir rock in a conventional hydrocarbon system. Which sentence from nature best supports emersons claim? i am glad to the brink of fear. nature is a setting that fits equally well a comic or a mourning piece. the sun illuminates only the eye of the man, but shines into the eye and the heart of the child. in the woods too, a man casts off his years, as the snake his slough, and at what period soever of life, is always a child. Nurses coarse, motherly character provides a foil forRomeo, who is young and emotional.Mercutio, who is playful and emotional.Juliet, who is innocent and youthful.Lady Capulet, who is sad and neglectful. Describe the normal ventilation cycle of inspiration and expiration? According to Marx's dialectical view of history, each ruling group __________. Graph the image of this triangle after a dilation with a scale factor of 2 centered at the origin. Use the polygon tool to graph the triangle. Island A is 160 miles from island B. A ship captain travels 170 milesfrom island A and then finds that he is off course and 200 miles fromisland B. What bearing should he turn to, SO he is heading straighttowards island B? what is trigonometric ratios Consider dealing a hand of 8 cards from a well shuffled standard deck of playing cards. The expected value of the number of face cards in the hand is (Q The gradual process of developing functions to solve each subproblem in a top-down design is known as what process? PLEASE HELP 50 POINTS The point within earth where an earthquake occurs is called the , and the point on earth's surface directly above this location is called the .___________. Jack had quite a few hockey cards, and Jill had some of her own. Jack gave Jill as many hockey cards as she already had. Jill then gave Jack back as many cards as he had left. Finally, Jack gave her back as many cards as she had left. This left poor Jack with no cards and left Jill with 40 cards altogether. How many hockey cards did each of them have just before these exchanges took place? Factors that led to worsening conditions in mexico's 1994-1995 financial markets include? Solve the differential equation[tex]y {}^{(5)} -4y {}^{(4)} +4y'''-y''+4y'-4y=69[/tex] Employer-sponsored retirement plans requiring a minimum length of time of service to participate are. You are training to compete in a 10-kilometer race, and you know the circular running trail at your park is one mile long. How many times will you need to run this trail in order to run 10 kilometers? Will Make BRAINLIEST!!!In the figure below, parallel lines I and m are intersected by the transversal t. Based on the information given in the figure, what is the measure, in degrees, of x?