document.write( "Question 290711: If I have the following equation:\r
\n" );
document.write( "\n" );
document.write( "x = y + (y - a)* t * (b/c)\r
\n" );
document.write( "\n" );
document.write( "and I know the values of x, a, t, b and c how do I find the value of y?\r
\n" );
document.write( "\n" );
document.write( "thanks\r
\n" );
document.write( "\n" );
document.write( "Antoine \n" );
document.write( "
Algebra.Com's Answer #210368 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! y=(a*b*t+c*x)/(b*t+c) \n" ); document.write( "multiply it out and gather only the terms with y on the left \n" ); document.write( "factor out y \n" ); document.write( " \n" ); document.write( " |