document.write( "Question 880010: Stacy and Travis are rock climbing. Stacy's rope is 4 feet shorter than 3 times the length of Travis' rope. Stacy's rope is 23 feet long. Write and solve an equation to find the length t of Travis' rope.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #531194 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! S = 23 \n" ); document.write( "S = 3T-4 \n" ); document.write( "therefore, \n" ); document.write( "23 = 3T - 4 \n" ); document.write( "Add 4 to each side \n" ); document.write( "27 = 3T \n" ); document.write( "Divide each side by 3 \n" ); document.write( "9 = T \n" ); document.write( " |