document.write( "Question 104328: x=sqrt(4-y^2) ---I have to get \"y\" by itself? \n" ); document.write( "
Algebra.Com's Answer #75907 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x=sqrt(4-y^2) \n" ); document.write( "Square both sides to get: \n" ); document.write( "x^2 = 4-y^2 \n" ); document.write( "Rearrange: \n" ); document.write( "y^2 = 4-x^2 \n" ); document.write( "Take the square root: \n" ); document.write( "y = sqrt(4-x^2) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |