document.write( "Question 142453: 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?\r
\n" );
document.write( "\n" );
document.write( "2. In an auditorium there are 4x rows, and each row can accommodate 5yz benches. If x students can be accommodated in each bench, then how many students can sit in the auditorium?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #103737 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 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( ": \n" ); document.write( "Let x = longest side length \n" ); document.write( "; \n" ); document.write( "Write an expression for each statement: \n" ); document.write( ": \n" ); document.write( "\"The shortest side is 30 yards longer than one-half of the longest side.: \n" ); document.write( "(.5x + 30) = shortest side \n" ); document.write( ": \n" ); document.write( "\"The second longest side is 2 yards shorter than the longest side.\" \n" ); document.write( "(x-2) = 2nd longest side \n" ); document.write( ": \n" ); document.write( "The perimeter equation (the 3 sides = 378) \n" ); document.write( "x + (.5x + 30) + (x-2) = 378 \n" ); document.write( ": \n" ); document.write( "x + .5x + x + 30 - 2 = 378; combine like terms \n" ); document.write( ": \n" ); document.write( "2.5x + 28 = 378 \n" ); document.write( ": \n" ); document.write( "2.5x = 378 - 28; subtracted 28 from both sides \n" ); document.write( "; \n" ); document.write( "2.5x = 350 \n" ); document.write( "x = \n" ); document.write( "x = 140 yds is the longest side \n" ); document.write( "then \n" ); document.write( ".5(140) + 30 = 100 yds the shortest side \n" ); document.write( "and \n" ); document.write( "140 - 2 = 138 yds the 2nd longest side \n" ); document.write( "; \n" ); document.write( "Check solution by finding the perimeter using these values \n" ); document.write( "140 + 100 + 38 = 378 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "2. In an auditorium there are 4x rows, and each row can accommodate 5yz benches. If x students can be accommodated in each bench, then how many students can sit in the auditorium? \n" ); document.write( ": \n" ); document.write( "The total benches: \n" ); document.write( "4x * 5yz = 20xyz benches \n" ); document.write( ": \n" ); document.write( "The total students \n" ); document.write( "x * 20xyz = |