document.write( "Question 954809: the width of a rectangle is fixed at 3cm. determine those lengths for which the area will be less than 75cm^2 \n" ); document.write( "
Algebra.Com's Answer #583209 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
L=length; W=width=3cm; A=area=L*W
\n" ); document.write( "\"L%2AW=A\"
\n" ); document.write( "\"L%2A3cm%3C75cm%5E2\"
\n" ); document.write( "\"L%3C25cm\"
\n" ); document.write( "ANSWER: The area will be less than 75 square centimeters when the length is less than 25 centimeters.
\n" ); document.write( "
\n" );