document.write( "Question 500894: the width and length of a rectangle are in the ratio of 5/4.How wide in the rectangle if the length is 34 cm more the width?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #338328 by geetha_rama(94)![]() ![]() ![]() You can put this solution on YOUR website! Let L be the length of the rectangle and W be the width \n" ); document.write( "L/W = 5/4 \n" ); document.write( "=>4L = 5W \n" ); document.write( "Length is 34 cm more than width \n" ); document.write( "L = W+ 34\r \n" ); document.write( "\n" ); document.write( "=> 4(W+34) = 5W \n" ); document.write( " 136 = W \n" ); document.write( "Width = 136 cm \n" ); document.write( "Length = W+ 34 = 170 cm\r \n" ); document.write( "\n" ); document.write( "Check : L/W = 170/134 = 17*10/17*8 = 5/4 \n" ); document.write( " |