document.write( "Question 251572: The second side of a triangle is 8 inches less than the first side. The third side is 14inches more than the first side. The perimeter of the triangle is 63 inches. Find each side of the triangle? \n" ); document.write( "
Algebra.Com's Answer #183259 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
Perimeter=a+b+c=63
\n" ); document.write( "b=a-8
\n" ); document.write( "c=a+14
\n" ); document.write( "substitute a-8 for b and substitute a+14 for c
\n" ); document.write( "solve for a
\n" ); document.write( "
\n" );