document.write( "Question 383470: Find a number which is 130 greater than its opposite.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #271499 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x be the number \n" ); document.write( "x>-x+130 \n" ); document.write( "add x \n" ); document.write( "x+x>130 \n" ); document.write( "2x>130 \n" ); document.write( "x>65 \n" ); document.write( "... \n" ); document.write( " \n" ); document.write( " |