document.write( "Question 254993: If the area of rectangle is 126 square inches and the length is 14 inches, then what is the
\n" );
document.write( "width of the rectangle? \n" );
document.write( "
Algebra.Com's Answer #187300 by richwmiller(17219) You can put this solution on YOUR website! A=L*W \n" ); document.write( "A= area \n" ); document.write( "L= length \n" ); document.write( "W=width \n" ); document.write( "126=14*W \n" ); document.write( "126/14=W \n" ); document.write( " \n" ); document.write( " |