document.write( "Question 689367: What is the width of a rectangle if the length is 8 cm and area is 48 cm sq \n" ); document.write( "
Algebra.Com's Answer #425920 by lynnlo(4176)\"\" \"About 
You can put this solution on YOUR website!
A=AREA,L=LENGTH,W=WIDTH
\n" ); document.write( "48=(w+8)*w
\n" ); document.write( "48=w^2+8w
\n" ); document.write( "w^2+8w-48
\n" ); document.write( "(w+12)(w-4)
\n" ); document.write( "W=4
\n" ); document.write( "
\n" );