document.write( "Question 363339: The perimeter of a rectangle is 30 inches, and its area is 36 in2. Find its length and width.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #259049 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 2l +2w = 30, or l+w = 15. we have l = 15 - w. \n" ); document.write( "Also, area is lw = 36. By direct substitution, (15 - w)w = 36. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "w = 3 or w = 12. The rectangle is 3\"x 12\". \n" ); document.write( " |