Answer:

Step-by-step explanation:
So we have the expression:

Distribute. Multiply (4x+5) to each term:

Distribute:

Combine like terms:

Add and simplify:

And this is in descending order, so it's in standard form.
Answer:
x=-0.544727
x=2.294727
Step-by-step explanation:
Given quadratic equation to solve:
To solve, use the quadratic formula
x= -b ± b² - 4ac / 2a
Substitute your values for a, b, & c and solve
x= -7 ± 7² - 4·(-4)·5 / 2·(-4)
x= -7 ± 49 - -80/-8
x= -7 ± 129/-8
Then, reduce the problem
x= -7/-8 ± 129/-8
x=-0.544727
x=2.294727
Answer:
65
Step-by-step explanation:
Answer:
The area of a triangle is defined as the total region that is enclosed by the three sides of any particular triangle. Basically, it is equal to half of the base times height, i.e. A = 1/2 × b × h.
Step-by-step explanation:
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24