document.write( "Question 244949: solve the eqaution. If the equation has no real solution, so state.\r
\n" );
document.write( "\n" );
document.write( "square root of 5x -4 = sqaure root of x + 6 \n" );
document.write( "
Algebra.Com's Answer #179112 by dabanfield(803) ![]() You can put this solution on YOUR website! If the problem is square root of (5*x-4) = square root of (x+6) then squaring both sides we get: \r \n" ); document.write( "\n" ); document.write( "5*x - 4 = x + 6\r \n" ); document.write( "\n" ); document.write( "Simplify to:\r \n" ); document.write( "\n" ); document.write( "5*x - x = 6 + 4 \n" ); document.write( "4*x = 10 \n" ); document.write( "x = 10/4 \n" ); document.write( "x = 5/2 \n" ); document.write( " |