document.write( "Question 135186: translate into algebraic equations :\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1)Tom’s uncle owns a triangular piece of land. The perimeter fence that surrounds the land measures 378 yards. The shortest side is 30 yards longer than one-half of the longest side. The second longest side is 2 yards shorter than the longest side. What is the length of each side? \n" );
document.write( "
Algebra.Com's Answer #99095 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=longest side\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The shortest side is 30 yards longer than one-half of the longest side\" \n" ); document.write( "__ (x/2)+30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The second longest side is 2 yards shorter than the longest side\" \n" ); document.write( "__ x-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The perimeter fence that surrounds the land measures 378 yards\" \n" ); document.write( "__ x+(x/2)+30+x-2=378 \n" ); document.write( " |