Answer:
6u + 72
Step-by-step explanation:
6(u + 12)
Distribute 6 to u and 12
6(u) + 6(12)
6u + 72
Answer:

Step-by-step explanation:
we have
Line 1

Equation in slope intercept form
The slope is equal to

Line 2


Equation in slope intercept form
The slope is equal to

we know that
If two lines are perpendicular, then their slopes are opposite reciprocal (the product of the slopes is equal to -1)
so

substitute


The length of the fencing is 62.4 feet.
The width of the fencing is 17.6 feet.
Given,
The measurement of the Christmas garland = 160 feet
The width of the fencing = w
The length of the fencing, l = 4w - 8
We have to find the length and width of the fencing.
Here,
Perimeter can be taken as 160. Because garland will cover the entire fencing.
Perimeter = 2(l + w)
160 = 2(4w - 8 + w)
160 = 2(5w - 8)
160/2 = 5w - 8
80 + 8 = 5w
88/5 = w
width = 17.6 feet
Now,
l = 4w - 8
l = 4 × 17.6 - 8
l = 70.4 - 8
length = 62.4 feet
That is,
The length of the fencing is 62.4 feet.
The width of the fencing is 17.6 feet.
Learn more about perimeter here:
brainly.com/question/13023749
#SPJ1
<h2>
Answer:</h2>
<em> The side of the triangle is either 38.63ft or 10.35ft</em>
<h2>
Step-by-step explanation:</h2>
This problem can be translated as an image as shown in the Figure below. We know that:
- The side of the square is 10 ft.
- One of the vertices of an equilateral triangle is on the vertex of a square.
- Two other vertices are on the not adjacent sides of the same square.
Let's call:
Since the given triangle is equilateral, each side measures the same length. So:
x: The side of the equilateral triangle (Triangle 1)
y: A side of another triangle called Triangle 2.
That length is the hypotenuse of other triangle called Triangle 2. Therefore, by Pythagorean theorem:

We have another triangle, called Triangle 3, and given that the side of the square is 10ft, then it is true that:

Therefore, for Triangle 3, we have that by Pythagorean theorem:

Matching equations (1) and (2):

Using quadratic formula:

Finding x from (1):

<em>Finally, the side of the triangle is either 38.63ft or 10.35ft</em>
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
<h3>How to generate values from a recursive function</h3>
In this question we have a kind of <em>recursive</em> function known as Fibonacci's function, where a value of the series is generated from at least <em>immediately previous</em> elements. In this case, we need to find the <em>first</em> three elements from the <em>fifth</em> and <em>fourth</em> elements of the series:

a₄ = a₅ - a₆ + 4
a₄ = - 2 - 0 + 4
a₄ = 2
a₃ = a₄ - a₅ + 4
a₃ = 2 - (- 2) + 4
a₃ = 8
a₂ = a₃ - a₄ + 4
a₂ = 8 - 2 + 4
a₂ = 10
a₁ = a₂ - a₃ + 4
a₁ = 10 - 8 + 4
a₁ = 6
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
To learn more on recursive series: brainly.com/question/8972906
#SPJ1