For y=x^2-6x-11
complete the square
so roots
set y=0
0=x^2-6x-11
group x terms
0=(x^2-6x)-11
take 1/2 of linear coefient (-6) and square it
-6/2=-3, (-3)^2=9
add positive and neative to inside of parenthasees
0=(x^2-6x+9-9)-11
complete square
0=((x-3)^2-9)-11
expand
0=(x-3)^2-9-11
0=(x-3)^2-20
add 20 to both sides
20=(x-3)^2
sqrt both sides
remember positive and negative roots
+/-2√5=x-3
add 3 to both sides
3+/-2√5=x
so
x=3+2√5 and 3-2√5
Answer:
The answer to your question is Angelica 19, her mom = 11
Step-by-step explanation:
Data
Angelica has 8 more than her mother
total number of shoes = 30 pairs
The Number of pairs Angelica has = a = ?
The Number of pairs her mother has = m = ?
Process
1.- Write two equation that help to solve this problem
a = m + 8 Equation l
a + m = 30 Equation ll
2.- Solve the system of equations by substitution
Substitute equation l in equation ll
(m + 8) + m = 30
-Solve for m
m + 8 + m = 30
2m = 30 - 8
2m = 22
m = 22/2
m = 11
3.- Find a
a = 11 + 8
a = 19
4.- Conclusion
Angelica has 19 pairs of shoes and her mom has 11
It will be a c because it is a 90 degree
Answer:
Python will return:
True
Step-by-step explanation:
The math function ** is an exponent indicator.
The equation you made was:

When you run this in python, it will return as true.
It is run as a Boolean expression because you have already provided the answer to the expression with the "==" statement.
If you had provided an incorrect answer (setting it equal to any number other than 4), it would return False.