document.write( "Question 551148: find the inverse of 3x^2-5 \n" ); document.write( "
Algebra.Com's Answer #359450 by mathstutor458(57)\"\" \"About 
You can put this solution on YOUR website!
let y=3x^2-5
\n" ); document.write( "y+5=3x^2
\n" ); document.write( "(y+5)/3=x^2
\n" ); document.write( "x=sqrt((y+5)/3)
\n" ); document.write( "Therefore, Inverse function= sqrt((x+5)/3) (put x instead of y).---->answer
\n" ); document.write( "
\n" );