document.write( "Question 770341: For a game, I need to solve the following question:
\n" ); document.write( "4(x+3)+2-8(x+4)=2x-3-4(x+2)-60/x\r
\n" ); document.write( "\n" ); document.write( "This is what I have so far:
\n" ); document.write( "4X+12+2-8X-32=2X-3-4X-8-(60/x)
\n" ); document.write( "4X-8X-2X+4X+(60/X)=-12-2+32-3-8
\n" ); document.write( "-2X+(60/X) = 7
\n" ); document.write( " Now I'm stuck. Please help me out how to solve this. Thank you!\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #469444 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "You've proceeded correctly so far!\r\n" );
document.write( "Continue from the last equation\r\n" );
document.write( "-2X+(60/X) = 7\r\n" );
document.write( "Multiplying by x\r\n" );
document.write( "-2*x^2 + 60 = 7*x\r\n" );
document.write( "\"2%2Ax%5E2+%2B+7%2Ax+-+60+=+0\"\r\n" );
document.write( "This is a standard quadratic equation which can be solved by factorizing\r\n" );
document.write( "\"2%2Ax%5E2+-+8%2Ax+%2B+15%2Ax+-+60+=+0\"\r\n" );
document.write( "\"%282%2Ax+%2B+15%29%2A%28x+-+4%29+=+0\"\r\n" );
document.write( "So the 2 roots are\r\n" );
document.write( "2*x + 15 = 0, or x = -15/2\r\n" );
document.write( "x - 4 = 0, or x = 4\r\n" );
document.write( "Hope you got it :)\r\n" );
document.write( "
\n" ); document.write( "
\n" );