document.write( "Question 1024722: A flower bed is in the shape of a triangle with one side twice the length of the shortest side, and the third side is 19 feet more than the length of the shortest side. Find the dimensions if the perimeter is 159 feet.
\n" );
document.write( "A equals= ____ft (shortest sides
\n" );
document.write( "B equals= -ft (second side)
\n" );
document.write( "C equals= _____ ft (third side)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #640105 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Shortest side:A \n" ); document.write( "Other side:B and B= 2A \n" ); document.write( "Third side:C and C= A+19 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "A+B+C = 159 Substitute for B and C \n" ); document.write( "A+2A+A+19 = 159 \n" ); document.write( "4A = 140 \n" ); document.write( "A = 35 this is your shortest side. Then: \n" ); document.write( "B = 35(2) = 70 \n" ); document.write( "c = 35+19 = 54 \n" ); document.write( " |