document.write( "Question 344992: if an equilateral triangle has a perimeter of (2x+9)miles and one side of the triangle measures (x+2) miles, how long (in miles)is the side of the triangle ?\r
\n" );
document.write( "\n" );
document.write( "a 3 b 5 c 9 d 15 \n" );
document.write( "
Algebra.Com's Answer #246815 by mananth(16946)![]() ![]() You can put this solution on YOUR website! perimeter = 2x+9 \n" ); document.write( "one side = x+2 \n" ); document.write( "3*(x+2)=2x+9 \n" ); document.write( "3x+6=2x+9 \n" ); document.write( "3x-2x=9-6 \n" ); document.write( "x=3\r \n" ); document.write( "\n" ); document.write( "one side = x+2 = 3+2=5 \n" ); document.write( "side =5 \n" ); document.write( " |