There is no picture so i am not sure what to tell u
Answer:
11.7 in
Step-by-step explanation:
From the markings on the diagram, we can tell E is the midpoint of BC and <u>D</u> is the midpoint of AC. We can apply the <u>triangle midsegment theorem</u>: ED = ½BA. Substituting in the expressions for the lengths and solving for x, we get x = <u>5</u>. Now, since BE = x, then BC = <u>10</u>.
<h3>What is
triangle midpoint theorem?</h3>
Triangle midpoint theorem states that the line segment which joins the midpoints of two (2) sides of a triangle is parallel to the third side, and it's congruent to one-half of the third side.
By applying the triangle midpoint theorem, we can find the value of x:
ED = ½BA
x + 2 = ½(4x - 6)
2x + 4 = 4x - 6
4x - 2x = 6 + 4
2x = 10
x = 10/2
x = 5.
BC = x + x
BC = 5 + 5
BC = 10.
Read more on triangle midpoint theorem here: brainly.com/question/16047906
#SPJ1
Answer: I think it’s 4
Step-by-step explanation:
Because by using a scale factor of 4 and 5 to simplify is 2
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.