document.write( "Question 257061: Solve for x
\n" );
document.write( "The width of a rectangle is 6 and the ratio of the width to the length is 3:8. How do I solve for the lenght of the rectangle(x)? \n" );
document.write( "
Algebra.Com's Answer #189068 by rajagopalan(174)![]() ![]() You can put this solution on YOUR website! width of rectangle =W= 6 \n" ); document.write( "ratio of the width to the length L is 3:8. \n" ); document.write( "W:L=3:8 \n" ); document.write( "6:L=3:8 \n" ); document.write( "by equality rule product of extreme numbers = product of mid values \n" ); document.write( "6*8=L*3 \n" ); document.write( "24=3L \n" ); document.write( "L=24/3=8 \n" ); document.write( "So Length = 8 \n" ); document.write( "Width=3 \n" ); document.write( " \n" ); document.write( " |