document.write( "Question 213485: if 2t+(s-r)/3= t what is s in terms of r and t? \n" ); document.write( "
Algebra.Com's Answer #161282 by Theo(13342)![]() ![]() You can put this solution on YOUR website! equation is 2t + (s-r)/3 = t \n" ); document.write( "solve for s. \n" ); document.write( "multiply both sides of the equation by 3 to get: \n" ); document.write( "2*3*t + s - r = 3*t \n" ); document.write( "add r and subtract 2*3*t from both sides of the equation to get: \n" ); document.write( "s = 3*t - 2*3*t + r \n" ); document.write( "this becomes: \n" ); document.write( "s = 3t - 6t + r which becomes: \n" ); document.write( "s = -3t + r \n" ); document.write( "----- \n" ); document.write( "if you let t = 1 and r = 1, you get s = -3 + 1 = -2 \n" ); document.write( "----- \n" ); document.write( "if you substitute s = -2 and t = 1 and r = 1 into the original equation you get: \n" ); document.write( "2t + (s-r)/3 = t becoming: \n" ); document.write( "2 + (-2-1)/3 = 1 which becomes: \n" ); document.write( "2 -(3/3) = 1 which becomes: \n" ); document.write( "1 = 1 which is true so the value for s is good. \n" ); document.write( "----- \n" ); document.write( "your answer is: \n" ); document.write( "s = -3t + r \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |