document.write( "Question 101856: How do you multiply and divide positive and negative numbers? \n" ); document.write( "
Algebra.Com's Answer #74119 by elima(1433) ![]() You can put this solution on YOUR website! positive*positive = positive \n" ); document.write( "negative*negative=positive \n" ); document.write( "positive*negative=negative \n" ); document.write( "ex: \n" ); document.write( "2*2=4 \n" ); document.write( "(-2)*(-2)=4 \n" ); document.write( "2*(-2)=-4 \n" ); document.write( "so; \n" ); document.write( "signs the same the answer is positive \n" ); document.write( "signs are different the answer is negative \n" ); document.write( "Same rules for division \n" ); document.write( ":) \n" ); document.write( " |