document.write( "Question 511416: I'm stuck on the below:\r
\n" );
document.write( "\n" );
document.write( "t = u + uqp ;solve for u\r
\n" );
document.write( "\n" );
document.write( "I divide both sides by qp but cant figure out what to do about the u + u...\r
\n" );
document.write( "\n" );
document.write( "Please assist \n" );
document.write( "
Algebra.Com's Answer #342200 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! t = u + uqp ;solve for u \n" ); document.write( "------ \n" ); document.write( "t = u*(1 + qp) \n" ); document.write( "u = t/(1 + qp) \n" ); document.write( " |