document.write( "Question 401837: Please Explain the difference between 2n+2 and 2(n+2). EXPLAIN PLEASE \n" ); document.write( "
Algebra.Com's Answer #284445 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! The 2 in the product 2(n+2) distributes over n and 2, giving 2(n) + 2(2) = 2n + 4. \n" ); document.write( " |