Good evening ,
Answer:
The inverse of the function y = x² - 12 is
x = √(y + 12)
Step-by-step explanation:
for y ≥ -12 :
x² - 12 = y ⇔ x² = y + 12 ⇔ x = √(y + 12).
:)
Answer:
4x^2 +9xy +6y^2
Step-by-step explanation:
Combine like terms. I find it useful to factor out the variable part of the expression so I can see what coefficients are being combined.
7x^2+5xy-3y^2 - (2x^2+3xy-5y^2 + x^2-7xy-4y^2)
= (7 -2 -1)x^2 +(5 -3+7)xy +(-3 +5 +4)y^2
= 4x^2 +9xy +6y^2
Answer:
AAS
Step-by-step explanation:
Two angles are equivalent and they share a side
<h3>
Answer: False</h3>
==============================================
Explanation:
I'm assuming you meant to type out
(y-2)^2 = y^2-6y+4
This equation is not true for all real numbers because the left hand side expands out like so
(y-2)^2
(y-2)(y-2)
x(y-2) .... let x = y-2
xy-2x
y(x)-2(x)
y(y-2)-2(y-2) ... replace x with y-2
y^2-2y-2y+4
y^2-4y+4
So if the claim was (y-2)^2 = y^2-4y+4, then the claim would be true. However, the right hand side we're given doesn't match up with y^2-4y+4
--------------------------
Another approach is to pick some y value such as y = 2 to find that
(y-2)^2 = y^2-6y+4
(2-2)^2 = 2^2 - 6(2) + 4 .... plug in y = 2
0^2 = 2^2 - 6(2) + 4
0 = 4 - 6(2) + 4
0 = 4 - 12 + 4
0 = -4
We get a false statement. This is one counterexample showing the given equation is not true for all values of y.