document.write( "Question 1070181: The second side of a triangular deck is 4 feet longer than the shortest side and a third side that is 4 feet shorter than twice the length of the shortest side. If the perimeter of the deck is 48 feet, what are the lengths of the three sides?
\n" );
document.write( "Thank you SO much for the help! \n" );
document.write( "
Algebra.Com's Answer #685310 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let s = the length of the shortest side \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "The second side of a triangular deck is 4 feet longer than the shortest side \n" ); document.write( "(s+4) = the 2nd side \n" ); document.write( " and a third side that is 4 feet shorter than twice the length of the shortest side. \n" ); document.write( "(2s-4) = the 3rd side \n" ); document.write( ": \n" ); document.write( "If the perimeter of the deck is 48 feet, what are the lengths of the three sides? \n" ); document.write( "s + (s+4) + (2s-4) = 48 \n" ); document.write( "Combine like terms \n" ); document.write( "s + s + 2s + 4 - 4 = 48 \n" ); document.write( "4s = 48 \n" ); document.write( "s = 48/4 \n" ); document.write( "s = 12 ft is the shortest side \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "I'll let you find the 2nd and 3rd sides, ensure they add up to 48 \n" ); document.write( " |