document.write( "Question 1177588: Make x the the subject of the formula
\n" );
document.write( "A=X(2X-N)-X \n" );
document.write( "
Algebra.Com's Answer #837724 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A = 2X^2 - NX - X \r \n" ); document.write( "\n" ); document.write( "Combining like terms, we get:\r \n" ); document.write( "\n" ); document.write( "A = 2X^2 - (N+1)X\r \n" ); document.write( "\n" ); document.write( "Now, we can isolate X by moving the constant term to the right side of the equation:\r \n" ); document.write( "\n" ); document.write( "A + (N+1)X = 2X^2\r \n" ); document.write( "\n" ); document.write( "And then dividing both sides by 2\r \n" ); document.write( "\n" ); document.write( "(X^2) / 1 = (A + (N+1)X) / 2\r \n" ); document.write( "\n" ); document.write( "Taking the square root of both sides, we get:\r \n" ); document.write( "\n" ); document.write( "X = +/- sqrt[(A + (N+1)X) / 2]\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |