document.write( "Question 717953: The perimeter of a rectangle is 32ft. The length is 8 ft. longer than the width find the dimensions. Write a system of linear equations solve the resulting system. Let x be the length and y be the width. \n" ); document.write( "
Algebra.Com's Answer #440609 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangle is 32ft. The length is 8 ft. longer than the width find the dimensions. Write a system of linear equations solve the resulting system. Let x be the length and y be the width.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "System:\r \n" ); document.write( "\n" ); document.write( "2(x+y)=32\r \n" ); document.write( "\n" ); document.write( "x = y+8\r \n" ); document.write( "\n" ); document.write( "solution:\r \n" ); document.write( "\n" ); document.write( "2(y+8+y)=32\r \n" ); document.write( "\n" ); document.write( "2(2y+8)=32\r \n" ); document.write( "\n" ); document.write( "2y+8=16\r \n" ); document.write( "\n" ); document.write( "2y = 8\r \n" ); document.write( "\n" ); document.write( "y = 4\r \n" ); document.write( "\n" ); document.write( "x = 12\r \n" ); document.write( "\n" ); document.write( "Answer: legth = 12 width = 4 \n" ); document.write( " |