document.write( "Question 1063530: in triangle abc side ab is 2 cm shorter than side ac, while side bc is 1cm longer than ac. if the perimeter is 210 cm. how long are sides? show linear equation and solution
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #678643 by addingup(3677)![]() ![]() You can put this solution on YOUR website! abc, we have three sides: \n" ); document.write( "ab,ac, bc \n" ); document.write( "----------------- \n" ); document.write( "ab = ac-2 \n" ); document.write( "bc = ac+1 \n" ); document.write( "The perimeter is: \n" ); document.write( "ab+ac+bc = 210 now substitute for ab and bc: \n" ); document.write( "ac-2+ac+1+ac = 210 \n" ); document.write( "3ac-1 = 210 \n" ); document.write( "3ac = 211 \n" ); document.write( "ac = 70.333 \n" ); document.write( "------------------------ \n" ); document.write( "Check: \n" ); document.write( "(70.333-2)+(70.333+1)+70.333 = 210 Correct \n" ); document.write( " \n" ); document.write( " |