document.write( "Question 260259: Please help me solve:\r
\n" );
document.write( "\n" );
document.write( "One side of a triangle is 4 cm shorter than the base, x. The other side is 6 cm longer than the base. What lengths of the base will allow the perimeter of the triangle to be at least 29 cm? Use P = s1 + s2 + s3.\r
\n" );
document.write( "\n" );
document.write( "I must show the 5 steps for problem solving.\r
\n" );
document.write( "\n" );
document.write( "Thank you for your assistance!\r
\n" );
document.write( "\n" );
document.write( "Liz \n" );
document.write( "
Algebra.Com's Answer #191708 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! I am not sure what 5 steps you use or your teacher wants, but here we go . . . \n" ); document.write( "LABELS: x = base, x-4 = one side, x+6 = second side. Perimeter = a + b + c. \n" ); document.write( "-- \n" ); document.write( "VERBAL MODEL - the sum of the three sides must be greater than or equal to 26. \n" ); document.write( "-- \n" ); document.write( "ALGEBRAIC MODEL - x + x-4+x+6 >= 26 \n" ); document.write( "-- \n" ); document.write( "SOLVE: \n" ); document.write( " \n" ); document.write( "combine like terms to get \n" ); document.write( " \n" ); document.write( "subtract to get \n" ); document.write( " \n" ); document.write( "divide to get \n" ); document.write( " \n" ); document.write( "So, \n" ); document.write( "x = 8, \n" ); document.write( "x-4 = 4 \n" ); document.write( "x+6 = 14 \n" ); document.write( "-- \n" ); document.write( "However, these side length don't make a triangle. The first base value that does work is 11. \n" ); document.write( "x = 11 \n" ); document.write( "x-4 = 7 \n" ); document.write( "x+6 = 17 \n" ); document.write( "--- \n" ); document.write( "CHECK \n" ); document.write( "4+8+14 >= 26 \n" ); document.write( "16>= 26 [true]. \n" ); document.write( "However, these side length don't make a triangle. \n" ); document.write( "11+7+17 >= 26 \n" ); document.write( "35>= 26 [true] \n" ); document.write( "-- \n" ); document.write( "so you want 11, 7, 17 sides \n" ); document.write( " |