document.write( "Question 341869: how to get the answer of the following?\r
\n" );
document.write( "\n" );
document.write( "1.) The perimeter of an isosceles triangle is 36 cm. The total length of the two congruent legs is 12 centimeters more than one half the length of the base. Find the lengths of the three sides. \n" );
document.write( "
Algebra.Com's Answer #244765 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the base = x \n" ); document.write( "let congruent side be y \n" ); document.write( "2y+x=36 .....................1 \n" ); document.write( "2y= x/2 +12 \n" ); document.write( "multiply by 2 \n" ); document.write( "4y=x+24 \n" ); document.write( "4y-x=24.......................2 \n" ); document.write( "add eq 1 & eq 2 \n" ); document.write( "6y=36+24 \n" ); document.write( "6y=60 \n" ); document.write( "divide by 6 \n" ); document.write( "y= 60/6 \n" ); document.write( "y=10 conguent side \n" ); document.write( "plug value of y in equation 1 \n" ); document.write( "2*10+x=36 \n" ); document.write( "20+x=36 \n" ); document.write( "x=36-20 \n" ); document.write( "x=16 the base \n" ); document.write( "CHECK \n" ); document.write( "16+10+10 = 36\r \n" ); document.write( "\n" ); document.write( "..... \n" ); document.write( " |