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)![]() ![]() ![]() 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( "\n" ); document.write( " |