document.write( "Question 980320: The perimeter of a rectangle is 60 inches and the area is 161 square inches. Find the dimensions of the rectangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #601482 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! area(A) = l * w where l is length and w is width \n" ); document.write( "we are given l * w = 161, therefore \n" ); document.write( "***************************************************** \n" ); document.write( "we ask \"what are the prime factors of 161\"? \n" ); document.write( "161's prime factors are 7 and 23, that is 7 * 23 = 161 \n" ); document.write( "****************************************************** \n" ); document.write( "Perimeter = 2l + 2w \n" ); document.write( "let l = 23 and w = 7, then \n" ); document.write( "60 = 46 + 14 \n" ); document.write( "60 = 60 \n" ); document.write( "therefore \n" ); document.write( "the dimensions of the rectangle are \n" ); document.write( "****************************************************** \n" ); document.write( "length = 23 inches and width = 7 inches \n" ); document.write( " \n" ); document.write( " |