document.write( "Question 24644: solve for t:\r
\n" );
document.write( "\n" );
document.write( "c= -2t+4 / t \n" );
document.write( "
Algebra.Com's Answer #13137 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Multiply both sides by \"t\" to get: \n" ); document.write( " ct = -2t+4 \n" ); document.write( "Get the \"t's\" on one side as follows: \n" ); document.write( " ct+2t = 4 \n" ); document.write( "Factor out the \"t\": \n" ); document.write( " t(c+2) = 4 \n" ); document.write( "Divide to isolate the \"t\". \n" ); document.write( "t = 3/(c+2)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |