document.write( "Question 85215: if the area of a rectangle is 13.5 square units and the length is 1/5 the perimeter. what is the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #61454 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let w=width of rectangle \n" ); document.write( "and l=length of rectangle\r \n" ); document.write( "\n" ); document.write( "Now we are told that 2w+2l, which is the perimeter, equals five times the length\r \n" ); document.write( "\n" ); document.write( "So 2w+2l=5l-------------------------eq1\r \n" ); document.write( "\n" ); document.write( "and \r \n" ); document.write( "\n" ); document.write( "l*w, which is the area, equals 13.5 sq units, so\r \n" ); document.write( "\n" ); document.write( "l*w=13.5-------------------------------------eq2\r \n" ); document.write( "\n" ); document.write( "substitute w=13.5/l from eq2 into eq1 and we have:\r \n" ); document.write( "\n" ); document.write( "2(13.5/l)+2l=5l get rid of parens\r \n" ); document.write( "\n" ); document.write( "27/l+2l=5l multiply each term by l to get rid of the fractions\r \n" ); document.write( "\n" ); document.write( "27+2l^2=5l^2 subtract 2l^2 from both sides\r \n" ); document.write( "\n" ); document.write( "27+2l^2-2l^2=5l^2-2l^2 collect like terms\r \n" ); document.write( "\n" ); document.write( "27=3l^2 divide both sides by 3\r \n" ); document.write( "\n" ); document.write( "l^2=9 take the square root of both sides \n" ); document.write( "l=+or-3 units since lengths are positive we can say that:\r \n" ); document.write( "\n" ); document.write( "l=3 units-------------length \n" ); document.write( "substitute l=3 into eq1 and we get\r \n" ); document.write( "\n" ); document.write( "2w+2*3=5*3 or \n" ); document.write( "2w+6=15 subtract 6 from both sides\r \n" ); document.write( "\n" ); document.write( "2w+6-6=15-6 collect like terms\r \n" ); document.write( "\n" ); document.write( "2w=9 divide both sides by 2\r \n" ); document.write( "\n" ); document.write( "w=4.5 units--------------------- width\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "2w+2l=5l \n" ); document.write( "2*(4.5)+2*3=5*3 \n" ); document.write( "9+6=15 \n" ); document.write( "15=15 \r \n" ); document.write( "\n" ); document.write( "also \n" ); document.write( "l*w=13.5 \n" ); document.write( "3*(4.5)=13.5 \n" ); document.write( "13.5=13.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |