document.write( "Question 1053717: Find the real solutions:\r
\n" );
document.write( "\n" );
document.write( "2x - sqrt(x) =1 \n" );
document.write( "
Algebra.Com's Answer #668928 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 2x - sqrt(x) =1 \n" ); document.write( "2x-1 = sqrt(x) \n" ); document.write( "|Square both sides \n" ); document.write( "4x^2 - 4x + 1 = x \n" ); document.write( "4x^2 - 5x + 1 = 0 \n" ); document.write( "(4x - 1)(x-1) = 0 \n" ); document.write( "x = 1/4, 1 \n" ); document.write( " |