document.write( "Question 1030921: The length of a rectangular piece of cloth is three times less than 5 it's width. If the perimeter is 38m, what are the dimensions of the piece of cloth?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #645726 by fractalier(6550) You can put this solution on YOUR website! Perimeter = P = 2L + 2W = 38 \n" ); document.write( "We also have L = 3W - 5 (I think that is what you meant.) \n" ); document.write( "Substituting we get \n" ); document.write( "2(3W - 5) + 2W = 38 \n" ); document.write( "6W - 10 + 2W = 38 \n" ); document.write( "8W - 10 = 38 \n" ); document.write( "8W = 48 \n" ); document.write( "W = 6 so that \n" ); document.write( "L = 3(6) - 5 = 13 \n" ); document.write( " |