document.write( "Question 331501: one side of a triangle is 2. leass than the base, and one side is 3 in. greater than the base. if the erimeter of the triangle is greater than 25 in., how long is the base? \n" ); document.write( "
Algebra.Com's Answer #237571 by mathmandotcom(31)![]() ![]() ![]() You can put this solution on YOUR website! x=base \n" ); document.write( "x-2=s1 \n" ); document.write( "x+3=s2 \n" ); document.write( "p>25 \n" ); document.write( "p=x+x-2+x+3>25 \n" ); document.write( "3x+1>25 \n" ); document.write( "3x>24 \n" ); document.write( "x>8 \n" ); document.write( " \n" ); document.write( " |