document.write( "Question 341275: the area of a rectangle is 450 square inches. If the length is 24 inches, what is the width? \n" ); document.write( "
Algebra.Com's Answer #244363 by texttutoring(324)\"\" \"About 
You can put this solution on YOUR website!
Area = length * width\r
\n" ); document.write( "\n" ); document.write( "width = Area / length
\n" ); document.write( "width = 450 / 24
\n" ); document.write( "width = 18.75
\n" ); document.write( "
\n" );