document.write( "Question 57498This question is from textbook
\n" );
document.write( ": Please help me with this problem...
\n" );
document.write( "
\n" );
document.write( "i am very lost on even how to begin :-( \n" );
document.write( "
Algebra.Com's Answer #39260 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the length of the base of a triangle when one side is 2 cm shorter than \n" ); document.write( " the base and the other side is 3 cm longer than the base. The perimeter is greater than 19 cm. \n" ); document.write( ": \n" ); document.write( "Let b = base; perimeter of a triangle: a + b + c > 19 \n" ); document.write( ": \n" ); document.write( "\"one side is 2 cm shorter than the base\" \n" ); document.write( "a = (b - 2) \n" ); document.write( ": \n" ); document.write( "\"other side is 3 cm longer than the base\" \n" ); document.write( "c = (b + 3) \n" ); document.write( ": \n" ); document.write( "\"The perimeter is greater than 19 cm.\" \n" ); document.write( "a + b + c > 19 \n" ); document.write( ": \n" ); document.write( "Substitute for a & c: \n" ); document.write( "(b-2) + b + (b+3) > 19 \n" ); document.write( "3b - 2 + 3 > 19 \n" ); document.write( "3b + 1 > 19 \n" ); document.write( "3b > 19 - 1 \n" ); document.write( "3b > 18 \n" ); document.write( " b > 18/3 \n" ); document.write( " b > 6 \n" ); document.write( " |