document.write( "Question 57123: x=(9t^2-y^2)/(y-3t) Really having mixed attempts at this.
\n" );
document.write( " 9t^2-y^2
\n" );
document.write( "x = --------
\n" );
document.write( " y-3t\r
\n" );
document.write( "\n" );
document.write( "Should be able to divide -3t into 9t^2 giving -3t and y into -y^2 giving -y
\n" );
document.write( "therefore the answer should be x=-3t-y but don't seem to get it. Am I right?
\n" );
document.write( "any help? \n" );
document.write( "
Algebra.Com's Answer #38845 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x=(9t^2-y^2)/(y-3t) \n" ); document.write( "x=[(3t-y)(3t+y)]/(y-3t)) \n" ); document.write( "x=-[(3t-y)(3t+y)]/(3t-y) \n" ); document.write( "x=-[3t+y] \n" ); document.write( "x=-3t-y \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |