document.write( "Question 15536: The length of a rectangle is 2cm less than 7 times the width. The perimeter is 60cm. Find the width and length.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The second problem is:
\n" );
document.write( "The first side of a triangle is 8m shorter than the second side. The third side is 4times as long as the first side. The perimeter is 26m. Find the length of each side.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you so much for your help. I am in desperate need with college algebra.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #7708 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 2cm less than 7 times the width. The perimeter is 60cm. Find the width and length. \n" ); document.write( "let length be =L \n" ); document.write( "let width be = W \n" ); document.write( "7 times width =7W \n" ); document.write( " 2 cm. less than above = 7W-2 = L \n" ); document.write( " perimeter =2L+2W = 60 \n" ); document.write( " 2*(7W-2)+2W = 60 \n" ); document.write( " 14W+2W=60+2*2=64 \n" ); document.write( "16W = 64 \n" ); document.write( " W =64/16 = 4 \n" ); document.write( " L=7*4-2 = 26 \n" ); document.write( " SECOND PROBLEM\r \n" ); document.write( "\n" ); document.write( "The first side of a triangle is 8m shorter than the second side. The third side is 4times as long as the first side. The perimeter is 26m. Find the length of each side. \n" ); document.write( "Let the first side =x \n" ); document.write( "let the second side =y \n" ); document.write( "let the third side =z \n" ); document.write( "8m shorte than second side = y-8 = x OR y = x+8 \n" ); document.write( "4 times the first side =4*x= z \n" ); document.write( "perimeter =x+y+z = 26 \n" ); document.write( "x+(x+8)+4*x = 26 \n" ); document.write( "x+x+4x=26-8 = 18 \n" ); document.write( "6x = 18 \n" ); document.write( "x=18/6 = 3 \n" ); document.write( "y= 3+8 = 11 \n" ); document.write( "z=4*3 = 12 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |