document.write( "Question 606692: Write a polynomial to express the difference between the area of a rectangle with length 10 and and width 2 and the area of a square with side length x. \n" ); document.write( "
Algebra.Com's Answer #382173 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " A = l·w
\n" ); document.write( "Difference = 10·2 - x^2
\n" ); document.write( "Difference = 20- x^2 \n" ); document.write( "
\n" );