document.write( "Question 910687: The length of a rectangle is 3 feet more than 4 times its width and its width is 50 feet. A) Find the Area of the rectangle. B) Find the perimeter. C) Draw this rectangle on a coordinate plane and write the 4 ordered pairs of the vertices of the rectangle (be sure to label axis and use appropriate units of measure. \n" ); document.write( "
Algebra.Com's Answer #552599 by JulietG(1812) You can put this solution on YOUR website! P = 2L + 2W \n" ); document.write( "L = 4W + 3 \n" ); document.write( "W = 50 \n" ); document.write( "If the width is 50, then the length is (4*50)+3, or 203 \n" ); document.write( "Area = Length * width \n" ); document.write( "Area = 203 * 50 = 10,150 \n" ); document.write( "Perimeter = 2(203) + 2(50) = 406 + 100 = 506 \n" ); document.write( "You'll have to draw it yourself as I don't have that capability \n" ); document.write( " |