document.write( "Question 301960: One side of a triangle is 2 cm
\n" );
document.write( "shorter than the base. The other side is 3 cm longer than
\n" );
document.write( "the base. What lengths of the base will allow the
\n" );
document.write( "perimeter to be greater than 19 cm?”
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #216532 by london maths tutor(243)![]() ![]() You can put this solution on YOUR website! Let's base lenght be \"b\" \n" ); document.write( "Shorter side = (b - 2)cm \n" ); document.write( "Longer side = (b + 3)cm\r \n" ); document.write( "\n" ); document.write( "Perimeter is the sum of all lengths:\r \n" ); document.write( "\n" ); document.write( "b + b - 2 + b + 3 = 3b - 1 \r \n" ); document.write( "\n" ); document.write( "3b - 1 > 19 \r \n" ); document.write( "\n" ); document.write( "3b > 19 + 1 \n" ); document.write( "3b > 20 cm \n" ); document.write( "b > (20÷3) cm \n" ); document.write( "b > 6.666 cm \r \n" ); document.write( "\n" ); document.write( "Answer: The base length has to be greater than 6.67cm. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |