document.write( "Question 891864: The length of a rectangle is 5m longer than the width. What are the dimensions if the area is 36m^2? \n" ); document.write( "
Algebra.Com's Answer #540095 by JulietG(1812) You can put this solution on YOUR website! L * W = Area \n" ); document.write( "You're given both the length and the area. L=W+5 \n" ); document.write( "36 m^2 = (W+5) * W \n" ); document.write( "Easiest way to solve this is to find the factors of 36 \n" ); document.write( "36,1 \n" ); document.write( "18,2 \n" ); document.write( "9,4 \n" ); document.write( "6,6 \n" ); document.write( "Which of those pairs fits the equation L = W+5? L is the first factor, W is the second. \n" ); document.write( " |