document.write( "Question 790407: The ratio of the width of a triangle to its length is 5:2. If its perimeter is 56 cm, what is the measure of its length and width? \n" ); document.write( "
Algebra.Com's Answer #479129 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The ratio of the width of a rectangle to its length is 5:2. If its perimeter is 56 cm, what is the measure of its length and width? \n" ); document.write( "*** \n" ); document.write( "I assume you meant to write rectangle instead of triangle.\r \n" ); document.write( "\n" ); document.write( "let x=width of rectangle \n" ); document.write( "let y=length of rectangle \n" ); document.write( "x/y=5/2 \n" ); document.write( "y=2x/5 \n" ); document.write( ".. \n" ); document.write( "2x+2y=perimeter=56 \n" ); document.write( "2x+2(2x/5)=56 \n" ); document.write( "2x+4x/5=56 \n" ); document.write( "10x+4x=280 \n" ); document.write( "14x=280 \n" ); document.write( "x=20 \n" ); document.write( "y=2x/5=40/5=8 \n" ); document.write( ".. \n" ); document.write( "width of rectangle=20cm \n" ); document.write( "length of rectangle=8cm \n" ); document.write( " \n" ); document.write( " |