document.write( "Question 553719: The first side of a triangle is y yards long. The second side is 3 yards shorter than the first side. The third side is three times as long as the second side. What is the perimeter of the triangle in feet?\r
\n" );
document.write( "\n" );
document.write( "This is how I evaluated it, but not sure if this equation is correct:
\n" );
document.write( "y + (y-3) + 3(y -3) / 3 \n" );
document.write( "
Algebra.Com's Answer #361011 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! I'm not sure why you included the division by 3. It is not needed. \n" ); document.write( ". \n" ); document.write( "You were correct with: \n" ); document.write( ". \n" ); document.write( "y + (y-3) + 3(y -3) \n" ); document.write( ". \n" ); document.write( "To write the equation you can let P represent the perimeter. Then the equation is: \n" ); document.write( ". \n" ); document.write( "P = y + (y-3) + 3(y -3) \n" ); document.write( ". \n" ); document.write( "To simplify the right side you can do the distributed multiplication of the last term by multiplying +3 times each of the terms in the parentheses to get: \n" ); document.write( ". \n" ); document.write( "P = y + (y-3) + 3y - 9 \n" ); document.write( ". \n" ); document.write( "Because the remaining set of parentheses (for the second side) is preceded by a + sign, you can just remove the parentheses and you then have: \n" ); document.write( ". \n" ); document.write( "P = y + y - 3 + 3y - 9 \n" ); document.write( ". \n" ); document.write( "Now add up the three terms that contain y ... y + y + 3y = 5y \n" ); document.write( ". \n" ); document.write( "and you have P = 5y - 3 - 9 \n" ); document.write( ". \n" ); document.write( "Finally combine the two constants -3 - 9 = -12 \n" ); document.write( ". \n" ); document.write( "and you have the final equation: \n" ); document.write( ". \n" ); document.write( "P = 5y - 12 \n" ); document.write( ". \n" ); document.write( "and don't forget that the units for P is yards. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem better. You had done the hard part correctly except that there was no need to divide the last term by 3. The third side was just three times the second side, and since the second side was y - 3, you only needed to multiply 3(y - 3) to get the third side. \n" ); document.write( ". \n" ); document.write( "Keep up the good work ... you're getting it!!! \n" ); document.write( " |