document.write( "Question 358958: A rectangular pool is 4m wide and 8m long. It is surrounded by a concrete walkway of uniform width. The cost of the walkway is dependent upon its area.
\n" );
document.write( "Write a simplified expression representing the total area of the walkway in terms of its width. \n" );
document.write( "
Algebra.Com's Answer #256119 by mananth(16946)![]() ![]() You can put this solution on YOUR website! pool 4 by 8 \n" ); document.write( "area = 32 m^2 \n" ); document.write( ".. \n" ); document.write( "let width be x \n" ); document.write( "length with walkway = 8+2x \n" ); document.write( "width with walkaway = 4+2x \n" ); document.write( "Total area = (8+2x)(4+2x) \n" ); document.write( "Total area - area of pool = area of walkaway\r \n" ); document.write( "\n" ); document.write( "(8+2x)(4+2x)-32= walkaway area \n" ); document.write( "32+16x+8x+4x^2-32 \n" ); document.write( "4x^2+24x = Area of walkaway. \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |