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 #244364 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Area = length x width
\n" ); document.write( "450 = 24 x width
\n" ); document.write( "width = 450 / 24 = 18.75
\n" ); document.write( "
\n" );