document.write( "Question 633461: Given that S is a point on line RT, use the given lengths to calculate the following:
\n" );
document.write( "if RT=21 AND ST=8, calculate RS
\n" );
document.write( "IF RS=17 AND ST=34,calculate RT
\n" );
document.write( "If RT=25 RS=x+8 and ST=3X+5, calculate ST
\n" );
document.write( "IF S is the midpoint of line RT, RS=5X+4 AND ST=3X+6 calculate RT \n" );
document.write( "
Algebra.Com's Answer #398915 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi, \n" );
document.write( " R___________S______________T\r \n" );
document.write( "\n" );
document.write( "if RT=21 AND ST=8, calculate RS = 13 \n" );
document.write( " IF RS=17 AND ST=34,calculate RT = 51 \n" );
document.write( " If RT=25 RS=x+8 and ST=3X+5, calculate ST \n" );
document.write( " 25-(x+8)= 3x+5 \n" );
document.write( " 12 = 4x, \n" );
document.write( " x =3 and ST = 3x+5 = 14 \n" );
document.write( " IF S is the midpoint of line RT, RS=5X+4 AND ST=3X+6 calculate RT \n" );
document.write( " 5x + 4 = 3x+ 6 \n" );
document.write( " 2x = 2 \n" );
document.write( " x = 1 and 5x+4+3x+6 = 18 \n" );
document.write( " |
\n" );