document.write( "Question 312240: find the inverse of y= x^2/10. then state whether the inverse is a function. \n" ); document.write( "
Algebra.Com's Answer #223248 by fractalier(6550) You can put this solution on YOUR website! To find an inverse, you switch x for y and solve for the new y...thus we get \n" ); document.write( "x = y^2 / 10 \n" ); document.write( "10x = y^2 \n" ); document.write( "y = sqrt(10x) \n" ); document.write( "If we consider only the principal root, it is a function for all x ≥ 0 \n" ); document.write( " |