document.write( "Question 755279: A playground is (4x + 4) feet wide and 6x feet long. What is the area \n" ); document.write( "
Algebra.Com's Answer #459569 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A playground is (4x + 4) feet wide and 6x feet long. What is the area \n" ); document.write( ". \n" ); document.write( "area = width * length \n" ); document.write( ". \n" ); document.write( "(4x+4)(6x) \n" ); document.write( "distributing: \n" ); document.write( "24x^2+24x (area of playground) \n" ); document.write( " |