document.write( "Question 1078905: How can you restrict the domain of f(x)=3x^2 such that it's inverse will be a function. \n" ); document.write( "
Algebra.Com's Answer #693286 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! inverse of 3x^2 \n" ); document.write( "x=3y^2 \n" ); document.write( "y^2=x/3 \n" ); document.write( "y=+ sqrt (x/3) \n" ); document.write( "Want the domain to be non-negative numbers. \n" ); document.write( " |