document.write( "Question 35112: I need to Factor polynomial, if possbile\r
\n" );
document.write( "\n" );
document.write( "xy - ty + xs - ts\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Any help would be great:) \n" );
document.write( "
Algebra.Com's Answer #21324 by Prithwis(166) ![]() You can put this solution on YOUR website! xy - ty + xs - ts \n" ); document.write( "y(x-t) + s(x-t) \n" ); document.write( "(x-t)(y+s) \n" ); document.write( "So it is factorible \n" ); document.write( " |