asked 49.9k views
2 votes
Choose the inverse of y=x^2-10

1 Answer

5 votes

Answer:

x = 5 + sqrt(y+25), for x>=5

x = 5 - sqrt(y+25), for x<=5

Explanation:

y = x^2 - 10x + 25 - 25

y = (x-5)^2 - 25

y+25 = (x-5)^2

x-5 = +/-sqrt(y+25)

And you get TWO inverses:

x = 5 + sqrt(y+25), for x>=5

x = 5 - sqrt(y+25), for x<=5

answered
User Vasiliy Volkov
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.