SOLUTION: the y-value is ten more than the square of the x-value Written as an equation?

Algebra ->  Absolute-value -> SOLUTION: the y-value is ten more than the square of the x-value Written as an equation?      Log On


   



Question 883265: the y-value is ten more than the square of the x-value
Written as an equation?

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
"square of the x value" ---> x%5E2

"ten more than the square of the x value" ----> x%5E2%2B10

"the y-value is ten more than the square of the x-value" ----> y+=+x%5E2%2B10

=============================================================

Final Answer: y+=+x%5E2%2B10