document.write( "Question 47167: The length of a rectangle is 3 times it's width. The perimeter is 48. Find the length and width \n" ); document.write( "
Algebra.Com's Answer #31246 by adamchapman(301)![]() ![]() ![]() You can put this solution on YOUR website! L=length \n" ); document.write( "W=width \n" ); document.write( "P=perimeter\r \n" ); document.write( "\n" ); document.write( "P=2L+2W \n" ); document.write( "BUT L=3W \n" ); document.write( "So P=6W+2W \n" ); document.write( "P=5W \n" ); document.write( "P=48 \n" ); document.write( "So 48=5W \n" ); document.write( "W=9.6 \n" ); document.write( "Recalling L=3w, \n" ); document.write( "L=3x9.6 \n" ); document.write( "L=28.8\r \n" ); document.write( "\n" ); document.write( "So the length is 28.8 and the width is 9.6\r \n" ); document.write( "\n" ); document.write( "I hope this helps, \n" ); document.write( "Adam \n" ); document.write( "P.S. please visit my website, it may be helpful to you. The address is www.geocities.com/quibowibbler \n" ); document.write( " |