document.write( "Question 377403: A square has sides of length 3x + 1 meters. find a polynomial a(x) that represents the area of the square. find a(1). \n" ); document.write( "
Algebra.Com's Answer #268127 by mananth(16946) You can put this solution on YOUR website! A square has sides of length 3x + 1 meters. find a polynomial a(x) that represents the area of the square. find a(1). \n" ); document.write( ".. \n" ); document.write( "length = (3x+1) \n" ); document.write( "Area = L^2 \n" ); document.write( "Area = (3x+1)^2 \n" ); document.write( "a(x) = 9x^2+6x+1 \n" ); document.write( "... \n" ); document.write( "a(1)=9(1)+6(1)+1 \n" ); document.write( "a(1)=9+6+1 \n" ); document.write( "a(1)=16 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |