document.write( "Question 96772: How can I Find the solutions to the equation: x− 5/x = 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #70404 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the solutions to the equation: x− 5/x = 4 \n" ); document.write( "Multiply thru by x to get: \n" ); document.write( "x^2-5 = 4x \n" ); document.write( "Rearrange \n" ); document.write( "x^2-4x-5=0 \n" ); document.write( "Factor \n" ); document.write( "(x-5)(x+1)=0 \n" ); document.write( "x=5 or x=-1 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |