document.write( "Question 497699: the sides of a rectangle are in the ratio 3:2. what is the length of each side if the perimeter of te rectangle is 55 centimeters \n" ); document.write( "
Algebra.Com's Answer #336811 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sides of a rectangle are in the ratio 3:2. what is the length of each side if the perimeter of te rectangle is 55 centimeters \n" ); document.write( "** \n" ); document.write( "let x=length \n" ); document.write( "let y=width \n" ); document.write( "2x+2y=55 \n" ); document.write( "x/y=3/2 \n" ); document.write( "3y=2x \n" ); document.write( "y=2x/3 \n" ); document.write( ".. \n" ); document.write( "2x+2(2x/3)=55 \n" ); document.write( "2x+4x/3=55 \n" ); document.write( "6x+4x=165 \n" ); document.write( "10x=165 \n" ); document.write( "x=16.5 \n" ); document.write( "y=2*16.5/3=11 \n" ); document.write( ".. \n" ); document.write( "Ans: \n" ); document.write( "length=2x=33 \n" ); document.write( "width=2y=22 \n" ); document.write( " |