document.write( "Question 692448: The length and width of a rectangle are in the ratio of 5:3
\n" );
document.write( " The perimeter is 64 feet. Find the length and width of the rectangle \n" );
document.write( "
Algebra.Com's Answer #427019 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2(5x)+2(3x)=64 \n" ); document.write( "10x+6x=64 \n" ); document.write( "16x=84 \n" ); document.write( "x=64/16 \n" ); document.write( "x=4 \n" ); document.write( "5x=20ft lenght \n" ); document.write( "3x=12 width \n" ); document.write( " |