document.write( "Question 194622: what is the perimeter and area of a rectangle that has a length of 12 inches and width of 10 1/2 inches? \n" ); document.write( "
Algebra.Com's Answer #146013 by RAY100(1637)\"\" \"About 
You can put this solution on YOUR website!
Perimeter = 2 * Length + 2 * Width
\n" ); document.write( ",
\n" ); document.write( "P=2(12) + 2(10.5) = 24 +21 = 45 inches
\n" ); document.write( ",
\n" ); document.write( "AREA = Length * Width
\n" ); document.write( ",
\n" ); document.write( "A = 12 * 10.5 = 126 square inches
\n" ); document.write( "
\n" );