document.write( "Question 226455: I am working with integers.... the question is -
\n" );
document.write( "How much more was earned in 2007 than in 2008?\r
\n" );
document.write( "\n" );
document.write( "the figures: 2007 = lost 3million
\n" );
document.write( " 2008 = gain 3million\r
\n" );
document.write( "\n" );
document.write( "I want to answer zero, however, if the company lost 3 million compared to the gain of 3 million in 2008 would that be a -6 million difference? \n" );
document.write( "
Algebra.Com's Answer #803533 by CubeyThePenguin(3113) You can put this solution on YOUR website! difference = (figures in 2007) - (figures in 2008) \n" ); document.write( "= -3 million - 3 million \n" ); document.write( "= -6 million \n" ); document.write( " |